1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00
Commit Graph

136 Commits

Author SHA1 Message Date
0e60f8f3cb Fix for the error catching 2016-09-05 15:18:47 +02:00
5fd8db8f43 Catch connection timeouts and such 2016-09-05 15:14:11 +02:00
0894770f12 Show url domain name along with 'no title' for items without title 2016-08-29 13:49:29 +02:00
c433c2c1e8 If redirect detected, button with final uri 2016-08-26 16:45:56 +02:00
85d4466de5 Filter on bookmarks with a note 2016-08-19 14:10:21 +02:00
e448f69f38 Count notes 2016-08-17 16:48:06 +02:00
b12974fc31 Workaround for when an existing bookmark has a null note 2016-08-16 21:29:01 +02:00
d39d793460 Support for notes 2016-08-16 21:24:40 +02:00
7c24057d35 On tag filter, also use the cached tags 2016-08-15 16:03:54 +02:00
5fde397c4a Sort reverse chronologically on tag pages too 2016-08-15 16:02:12 +02:00
2117c451b2 Filter text fixes 2016-08-14 14:43:11 +02:00
978c34fcf3 Filter on 'star' status, 'broken' status (non-http-200-OK) 2016-08-14 14:38:20 +02:00
c460f713ca Stats on bookmarks without http status 200 OK 2016-08-14 13:19:26 +02:00
a6082caf0d Undo delete bookmark. Enables unescaped rendering of message 2016-08-13 20:46:09 +02:00
390cc0137a Cleaner stats table, now with starred and deleted too 2016-08-13 20:33:17 +02:00
2e031db2a7 Stats on total public tag pages 2016-08-13 16:23:38 +02:00
bb258a2a68 Better total stats, now also info about nr bookmarks 2016-08-13 16:18:51 +02:00
72ad3c0d04 Total amount of tags, number of bookmarks per tag 2016-08-13 15:35:36 +02:00
78bed962d0 Delete public tag, create link 2016-08-13 14:54:11 +02:00
c70ac6d781 Way better tag overview page, with public links 2016-08-13 14:42:15 +02:00
5840baa657 Determine of favicon is ico, decompress gzip'ed content 2016-08-05 13:30:00 +02:00
0271a9339d Use different favicon service, 60x60 icons, cleaner cards, refresh
favicons admin endpoint
2016-08-05 12:36:10 +02:00
8a28d841e3 Merge branch 'master' of github.com:aquatix/digimarks 2016-08-05 11:54:02 +02:00
4ee925de45 Use referrer when url encode doesn't work because of security scope 2016-08-03 21:34:44 +02:00
271f2fa4a0 Initialise with 'url' url parameter if exists, enabling bookmarklet 2016-08-03 14:14:59 +02:00
cfbab3f98b Fix for json response of single bookmark 2016-08-02 19:30:08 +02:00
42e4021ef5 Fix for link to public tag page (server part was missing) 2016-08-02 14:35:35 +02:00
bcc28c6a8e Feed link 2016-08-02 14:25:52 +02:00
fab1554c70 Atom feed for public tag 2016-08-02 14:16:35 +02:00
05d636fc08 json view of public tag page 2016-08-02 14:05:17 +02:00
607a45ca8b Implemented stripping of query parameters from url 2016-08-02 13:07:24 +02:00
8f1e70f51e Removed unnecessary import 2016-08-01 15:27:00 +02:00
7864cddd32 Fail-safe way for getting tags, even if userkey is invalid 2016-08-01 15:22:12 +02:00
00c0e77c52 Attempt to get 'message' and 'tags' through a decorator 2016-08-01 15:10:52 +02:00
5fc780dac6 Typo resulting in syntax error 2016-07-31 14:45:58 +02:00
4bf7af08d5 Catch case where no url was provided. Needs more work 2016-07-31 14:41:23 +02:00
6be78117c2 Easy adding of tags by clicking/tapping tag tags 2016-07-31 14:33:31 +02:00
8bb8aff6c4 Python 2 and 3 compatible print statements 2016-07-29 14:48:59 +02:00
4953f17364 No-QA hint to peewee wildcard import 2016-07-27 15:27:59 +02:00
798466f497 Fix for getting the right bookmark 2016-07-26 16:25:38 +02:00
6278d391e0 Style fix: split long line 2016-07-26 14:35:37 +02:00
af72d71082 Only show bookmarks that have status VISIBLE 2016-07-26 14:19:57 +02:00
247886cc70 On delete, don't delete from DB but set status to DELETED 2016-07-26 14:17:13 +02:00
7a32290e1f Stub for sort method 2016-07-25 16:48:37 +02:00
16703487cb Bug fixes :) 2016-07-25 12:52:13 +02:00
5fb22408d0 PublicTag object is also timestamped 2016-07-25 12:48:49 +02:00
706a583896 Properly initialise when in a wsgi application server 2016-07-23 16:28:43 +02:00
2c95d44f79 Sort bookmarks with latest first 2016-07-23 16:06:04 +02:00
0b6c9d3ad0 Create public tag page, better retrieval of PublicTag page 2016-07-23 16:01:49 +02:00
cda3beac98 PublicTag: public page with read-only bookmarks with this tag 2016-07-23 15:18:04 +02:00