| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-10 | The "Randomize" button updates the current cache number only once. | Hunternif | |
| 2019-04-09 | Merge branch 'master' into hunternif | Hunternif | |
| 2019-04-09 | Bulk relations editor, initial attempt | Hunternif | |
| 2019-04-08 | client/tags: fix post search links | rr- | |
| 2019-04-09 | Fix alignment on random button | Hunternif | |
| 2019-04-08 | Set common tags for all uploads, with auto-completion | Hunternif | |
| 2019-04-07 | server/search: allow searching by source URL content | Shyam Sunder | |
| 2019-04-07 | Add comment form is hidden by default | Hunternif | |
| 2019-04-07 | add randomize button | Hunternif | |
| 2019-02-09 | Merge pull request #224 from sgsunder/post-view-icons | Marcin Kurczewski | |
| client/posts: Add some UI icons | |||
| 2019-02-08 | client: Reimplement post source functionality | raku-cat | |
| 2019-02-05 | client/posts: Add some UI icons | Shyam Sunder | |
| 2018-09-24 | server/search: allow searching by post flags | Shyam Sunder | |
| 2018-09-24 | server+client: added sound flag to video posts | Shyam Sunder | |
| 2018-09-13 | client: Stop showing mp4 files as undefined | Shyam Sunder | |
| 2018-08-23 | client/js/router.js: Reads <base> href tag | Shyam Sunder | |
| 2018-08-23 | client: adapted code to use <base> HTML tag | Shyam Sunder | |
| 2018-08-06 | client: add basic web app support | Michael Serajnik | |
| 2018-07-06 | client: improved build.js, use relative links | Shyam Sunder | |
| * Removed unnecessary require('config.js') calls * 'markdown.js' now uses rel. links in EntityPermalinkWrapper * 'password_reset.py' now generates rel. links * Removed 'Base URL' config parameter * Removed 'API URL' config parameter * 'build.js' no longer reads/requires config.yaml * Updated documentation * Removed unnecessary node packages used in 'build.js' abandon api_url parameter | |||
| 2018-03-25 | server/auth: add token authentication | ReAnzu | |
| * Users are only authenticated against their password on login, and to retrieve a token * Passwords are wiped from the GUI frontend and cookies after login and token retrieval * Tokens are revoked at the end of the session/logout * If the user chooses the "remember me" option, the token is stored in the cookie * Tokens correctly delete themselves on logout * Tokens can expire at user-specified date * Tokens have their last usage time * Tokens can have user defined descriptions * Users can manage login tokens in their account settings | |||
| 2018-03-10 | client/css: improve mobile styling | Michael Serajnik | |
| 2017-12-02 | client/help: fix spelling issues | Michael Serajnik | |
| 2017-10-01 | remove tags.json | rr- | |
| 2017-09-23 | client/posts: add shortcut for deleting posts | Robin Appelman | |
| 2017-08-25 | client/posts: add copying notes to clipboard | rr- | |
| Saves some frustration when losing changes due to editing conflict | |||
| 2017-06-25 | client/paging: add cues for qutebrowser | rr- | |
| 2017-04-24 | server/search: add search term escaping | rr- | |
| 2017-03-30 | client/posts: add option to disable safety ratings | rr- | |
| 2017-03-04 | client/tags: merging can now also add aliases | rr- | |
| 2017-02-21 | client/posts: improve placeholder in file dropper | rr- | |
| The default one was too long to fit in the sidebar | |||
| 2017-02-21 | client/posts: improve file dropper appearance | rr- | |
| 2017-02-21 | client/file-dropper: add ability to lock URLs | rr- | |
| 2017-02-19 | client/paging: fix loading on small page sizes | rr- | |
| Fixes #126 | |||
| 2017-02-17 | server/password-reset: support having no smtp | rr- | |
| 2017-02-12 | client/posts: add file extensions info to upload | rr- | |
| 2017-02-11 | client/posts: add bulk safety editing (#122) | rr- | |
| 2017-02-11 | client/posts: refactor bulk tag editor | rr- | |
| Extract the state that controls mass tag form in the posts list header to a separate class. It's not exactly a 100% reusable control (the .tpl is shared), but it should greatly simplify reading the JS. | |||
| 2017-02-11 | client: rename 'mass tag' to 'bulk edit tags' | rr- | |
| That way other bulk operations will be easier to name. This also changes the privilege name. | |||
| 2017-02-09 | server: use index-based paging (#123) | rr- | |
| 2017-02-05 | server/posts: support aspect-ratio search query | rr- | |
| 2017-02-05 | server/posts: support note-text search query | rr- | |
| 2017-02-05 | docs/api: add info about wildcards | rr- | |
| 2017-01-21 | client: refactor linking and routing | rr- | |
| Print all links through new uri.js component Refactor the router to use more predictable parsing Fix linking to entities with weird names (that contain slashes, + etc.) | |||
| 2017-01-08 | client/posts: search for similar posts on upload | rr- | |
| 2017-01-08 | client/posts: tweak upload appearance and UX | rr- | |
| 2017-01-03 | client/merge: add search button | rr- | |
| 2017-01-03 | client/posts: fix resize modes on chrome | rr- | |
| 2017-01-03 | client/comments: fix header wrapping on chrome | rr- | |
| 2016-12-25 | client/comments: rework comments appearance and UX | rr- | |
| 2016-12-22 | client/css: fix lists in comments css inheritance | rr- | |
| Markdown lists in comments inherited some unwanted CSS rules. The fix is to make the culprit rules apply to more specific elements. | |||