|
|
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 |
|
|
|
ad4d839a1a
|
Moved key generation to User object itself; initialise its tags cache
|
2016-07-23 15:10:58 +02:00 |
|
|
|
9aef5162b4
|
Fix for retrieving cached tags
|
2016-07-23 15:07:48 +02:00 |
|
|
|
ff70676f5f
|
Cache the tags
|
2016-07-23 14:53:53 +02:00 |
|
|
|
082f1d3194
|
Update modified field, added some comments
|
2016-07-22 21:06:31 +02:00 |
|
|
|
d5ea054649
|
Cleaner way of checking whether 'starred' was checked
|
2016-07-22 20:41:22 +02:00 |
|
|
|
8d1622ef41
|
Refactored add/edit, implemented editing a bookmark
|
2016-07-22 20:37:50 +02:00 |
|
|
|
974d5146f5
|
Custom 404 page
|
2016-07-22 09:40:09 +02:00 |
|
|
|
3e410e0a7a
|
Show header with tag instead of Bookmarks
|
2016-07-22 09:34:07 +02:00 |
|
|
|
e4dc631e46
|
Implemented bookmark deletion, show message on overview
|
2016-07-21 16:07:13 +02:00 |
|
|
|
c7acf09cf9
|
Check whether a bookmark (url) already existed, redirect with a warning
|
2016-07-21 16:00:05 +02:00 |
|
|
|
5693f5d676
|
Fix for search filter
|
2016-07-21 15:47:49 +02:00 |
|
|
|
74e832ec3a
|
Better tags in bookmarks, tag page works, filter form
|
2016-07-21 15:41:17 +02:00 |
|
|
|
caa7ea2711
|
Show tags on bookmarks overview
|
2016-07-21 15:08:29 +02:00 |
|
|
|
4aae87a534
|
More tagging: tag overview page, some refactoring
|
2016-07-20 22:45:07 +02:00 |
|
|
|
2adf3392b5
|
Show tags
|
2016-07-20 22:22:19 +02:00 |
|
|
|
12bfa2352b
|
More robust http codes, tag sanitation
|
2016-07-20 22:06:17 +02:00 |
|
|
|
395115eef9
|
'starred' support; catch case where there's no title
|
2016-07-20 21:42:53 +02:00 |
|
|
|
81e3b93cb5
|
Delete button through its own form
|
2016-07-20 15:31:58 +02:00 |
|
|
|
8a56acfc82
|
Some cleanups
|
2016-07-20 09:12:44 +02:00 |
|
|
|
8133b26f2a
|
Print user keys on startup
|
2016-07-19 21:21:29 +02:00 |
|
|
|
2384d062da
|
Download and save favicon of the domain of a bookmark
|
2016-07-19 15:23:20 +02:00 |
|
|
|
84ced26c74
|
Fetch title from source, check for http status
|
2016-07-19 14:28:15 +02:00 |
|
|
|
104b2d8a63
|
Bookmark cards! Colours need to be fixed yet. Edit button works
|
2016-07-18 21:40:53 +02:00 |
|
|
|
017212045a
|
Fix for add/edit bookmark, some theme tweaks
|
2016-07-18 21:27:42 +02:00 |
|
|
|
38cfc0a3de
|
Fix for adding bookmark
|
2016-07-18 16:43:34 +02:00 |
|
|
|
533f036131
|
Adding/editing bookmarks
|
2016-07-18 16:29:21 +02:00 |
|
|
|
26d07795bd
|
Templates are more complete, working navigation, tags overview page
|
2016-07-17 21:22:06 +02:00 |
|
|
|
7fd61c8426
|
Support for custom url to run the app under
|
2016-07-17 20:15:31 +02:00 |
|
|
|
e82ec89e16
|
Create User table, redirect to user's homepage on creation
|
2016-07-17 15:05:21 +02:00 |
|
|
|
cfbb266056
|
Comments on what functions actually do
|
2016-07-17 14:08:01 +02:00 |
|
|
|
4c32e23ead
|
Some fixes; function to add users through secret key
|
2016-07-16 10:52:50 +02:00 |
|
|
|
242359323e
|
Editing, adding, json/dict
|
2016-07-10 13:55:52 +02:00 |
|
|
|
c94f161c21
|
Introduce url_hash field (used for editing etc) and edit form
|
2016-07-08 15:12:52 +02:00 |
|
|
|
26ec5d2f54
|
Listing of bookmarks needs a userkey
|
2016-07-07 16:49:49 +02:00 |
|
|
|
6537012317
|
Started making it mine; fleshing out user-based stuff
|
2016-07-07 14:45:50 +02:00 |
|
|
|
592b81561f
|
Initial version, based on great example found at
http://charlesleifer.com/blog/building-bookmarking-service-python-and-phantomjs/
|
2016-07-07 14:44:59 +02:00 |
|