summaryrefslogtreecommitdiff
path: root/client/html
AgeCommit message (Collapse)Author
2019-04-10The "Randomize" button updates the current cache number only once.Hunternif
2019-04-09Merge branch 'master' into hunternifHunternif
2019-04-09Bulk relations editor, initial attemptHunternif
2019-04-08client/tags: fix post search linksrr-
2019-04-09Fix alignment on random buttonHunternif
2019-04-08Set common tags for all uploads, with auto-completionHunternif
2019-04-07server/search: allow searching by source URL contentShyam Sunder
2019-04-07Add comment form is hidden by defaultHunternif
2019-04-07add randomize buttonHunternif
2019-02-09Merge pull request #224 from sgsunder/post-view-iconsMarcin Kurczewski
client/posts: Add some UI icons
2019-02-08client: Reimplement post source functionalityraku-cat
2019-02-05client/posts: Add some UI iconsShyam Sunder
2018-09-24server/search: allow searching by post flagsShyam Sunder
2018-09-24server+client: added sound flag to video postsShyam Sunder
2018-09-13client: Stop showing mp4 files as undefinedShyam Sunder
2018-08-23client/js/router.js: Reads <base> href tagShyam Sunder
2018-08-23client: adapted code to use <base> HTML tagShyam Sunder
2018-08-06client: add basic web app supportMichael Serajnik
2018-07-06client: improved build.js, use relative linksShyam 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-25server/auth: add token authenticationReAnzu
* 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-10client/css: improve mobile stylingMichael Serajnik
2017-12-02client/help: fix spelling issuesMichael Serajnik
2017-10-01remove tags.jsonrr-
2017-09-23client/posts: add shortcut for deleting postsRobin Appelman
2017-08-25client/posts: add copying notes to clipboardrr-
Saves some frustration when losing changes due to editing conflict
2017-06-25client/paging: add cues for qutebrowserrr-
2017-04-24server/search: add search term escapingrr-
2017-03-30client/posts: add option to disable safety ratingsrr-
2017-03-04client/tags: merging can now also add aliasesrr-
2017-02-21client/posts: improve placeholder in file dropperrr-
The default one was too long to fit in the sidebar
2017-02-21client/posts: improve file dropper appearancerr-
2017-02-21client/file-dropper: add ability to lock URLsrr-
2017-02-19client/paging: fix loading on small page sizesrr-
Fixes #126
2017-02-17server/password-reset: support having no smtprr-
2017-02-12client/posts: add file extensions info to uploadrr-
2017-02-11client/posts: add bulk safety editing (#122)rr-
2017-02-11client/posts: refactor bulk tag editorrr-
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-11client: 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-09server: use index-based paging (#123)rr-
2017-02-05server/posts: support aspect-ratio search queryrr-
2017-02-05server/posts: support note-text search queryrr-
2017-02-05docs/api: add info about wildcardsrr-
2017-01-21client: refactor linking and routingrr-
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-08client/posts: search for similar posts on uploadrr-
2017-01-08client/posts: tweak upload appearance and UXrr-
2017-01-03client/merge: add search buttonrr-
2017-01-03client/posts: fix resize modes on chromerr-
2017-01-03client/comments: fix header wrapping on chromerr-
2016-12-25client/comments: rework comments appearance and UXrr-
2016-12-22client/css: fix lists in comments css inheritancerr-
Markdown lists in comments inherited some unwanted CSS rules. The fix is to make the culprit rules apply to more specific elements.