summaryrefslogtreecommitdiff
path: root/client/html/post_readonly_sidebar.tpl
AgeCommit message (Collapse)Author
2025-02-15Merge branch 'master' into hunternifHunternif
2024-11-17Fixed the google search option in the post details viewanbosuki
2024-03-21client/posts: fix overextended tag linkEva
2024-03-21client/posts: fix overextended download linkEva
2023-04-17client+server: added quicktime upload supportskybldev
2022-10-03client: open search links in new tabHunternif
2022-10-02client,server: reverse search post by signatureHunternif
2021-09-03client: show similar posts section only with permissionHunternif
2021-09-02client: link on post page to view all similar postsHunternif
2021-08-31client: add list of similar posts to post sidebarHunternif
2021-08-04Merge branch 'master' into hunternifHunternif
2021-08-04Merge remote-tracking branch 'origin/master' into hunternifHunternif
# Conflicts: # client/css/post-content-control.styl # client/css/post-list-view.styl # client/html/post_edit_sidebar.tpl # client/js/controllers/post_list_controller.js # client/js/controllers/post_main_controller.js # client/js/controllers/post_upload_controller.js # client/js/controllers/tag_controller.js # client/js/controllers/user_list_controller.js # client/js/controls/expander_control.js # client/js/controls/post_content_control.js # client/js/controls/post_edit_sidebar_control.js # client/js/controls/post_readonly_sidebar_control.js # client/js/controls/tag_input_control.js # client/js/main.js # client/js/models/abstract_list.js # client/js/models/post.js # client/js/models/post_list.js # client/js/models/settings.js # client/js/models/tag.js # client/js/models/tag_list.js # client/js/tags.js # client/js/util/search.js # client/js/util/touch.js # client/js/util/uri.js # client/js/util/views.js # client/js/views/post_main_view.js # client/js/views/post_upload_view.js # client/js/views/posts_header_view.js # client/js/views/posts_page_view.js # client/js/views/settings_view.js # client/js/views/tag_view.js # client/package-lock.json # client/package.json # server/config.yaml.dist # server/szurubooru/api/__init__.py # server/szurubooru/api/post_api.py # server/szurubooru/api/tag_api.py # server/szurubooru/func/posts.py # server/szurubooru/func/tags.py # server/szurubooru/model/__init__.py # server/szurubooru/model/post.py # server/szurubooru/model/tag.py # server/szurubooru/search/configs/__init__.py # server/szurubooru/search/configs/post_search_config.py # server/szurubooru/search/executor.py # server/szurubooru/tests/api/test_post_retrieving.py # server/szurubooru/tests/api/test_post_updating.py # server/szurubooru/tests/api/test_tag_updating.py # server/szurubooru/tests/conftest.py # server/szurubooru/tests/func/test_posts.py # server/szurubooru/tests/func/test_tags.py # server/szurubooru/tests/search/configs/test_post_search_config.py
2021-06-01Merge branch 'avif'neobooru
Merges PR #399
2021-05-09Support BMP format uploadsRuin0x11
2021-05-07Add AVIF/HEIF/HEIC upload supportRuin0x11
2021-05-07Add AVIF/HEIC detectionRuin0x11
ffmpeg doesn't support HEIC decoding yet...
2021-04-10client: rename escapeColons to escapeTagName and also escape dotsneobooru
2021-01-08client/posts: provide link for danbooru image searchShyam Sunder
2020-06-23client/pools: inherit option to show underscores as spacesShyam Sunder
2020-01-26client/posts: allow for multiple source URLs to be entered and viewedShyam Sunder
2019-10-08all: add support for webp imagesneobooru
Includes webp test image Merges #283
2019-05-22Add setting to display underscores as spaces in tagsneobooru
2019-04-23client: view metric values in read-only sidebarHunternif
2019-04-21client: update fontawesomeHunternif
2019-04-08client/tags: fix post search linksrr-
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+client: added sound flag to video postsShyam Sunder
2018-09-13client: Stop showing mp4 files as undefinedShyam Sunder
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
2017-10-01remove tags.jsonrr-
2017-03-30client/posts: add option to disable safety ratingsrr-
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.)
2016-08-26client/css: fix wrapping tags in read-only sidebarrr-
2016-08-25client/css: fix tag list stylerr-
2016-08-22client/general: add empty href for link buttonsrr-
In e464e69 I removed href='#' but I noticed that it broke some things. Readding href serves two purposes: - it makes links reachable with Tab key - it makes links clickable with Enter key The alternative to this approach was to introduce [tabindex] and [role] attributes. But not only using tabindex=0 with <a/> is questionable, it'd require adding a keyboard handler that'd intercept space and return key presses and simulated link clicks. Since it's best to leave this kind of thing to the native UI, I went with readding hrefs instead. I believe that hash hrefs, even though being a common practice, are silly, so I decided to settle down with empty hrefs. As a bonus, I added a snippet that prevents middle mouse clicks from opening such links/buttons in new tabs, which was the motivation for e464e69.
2016-07-30client/general: remove faux href='#' from linksrr-
2016-07-30client/tags: improve copying tag listrr-
- Don't copy tag count - Don't copy × button - Copy spaces between tags
2016-07-30client/tags: show tag suggestions in tag inputrr-
2016-07-30client/tags: rewrite tag inputrr-
Suggestions will be reimplemented in separate commit
2016-07-28client/posts: display edit link for tagless postsrr-
2016-07-08client/general: refactor URL parameter handlingrr-
2016-07-03client/posts: show post relationsrr-
2016-06-23client/general: escape entity names in linksrr-
2016-06-23client/views: escape HTMLrr-
This lets client use < > in tag names.
2016-06-23client/tags: fix tag categories with spacesrr-
2016-06-12client/comments: add comment list view for postrr-
2016-06-11client/posts: add Vimperator hints to vote buttonsrr-
2016-06-11client/general: respect privilegesrr-