| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-16 | client: update default settings | Hunternif | |
| 2025-02-16 | client: enable endless scroll by default | Hunternif | |
| 2025-02-15 | Merge branch 'master' into hunternif | Hunternif | |
| 2024-12-07 | server+client: use safety rating param in "lookalikes" api | Hunternif | |
| 2024-03-28 | client: add null checks | Eva | |
| 2022-10-02 | client,server: reverse search post by signature | Hunternif | |
| 2022-07-22 | client: cache post list page data in history | Hunternif | |
| 2021-09-01 | server, client: honor safety when fetching similar posts | Hunternif | |
| 2021-09-01 | client: add to settings the number of similar posts to load | Hunternif | |
| 2021-08-08 | client: fix settings, store them for all users :( | Hunternif | |
| 2021-08-04 | Merge branch 'master' into hunternif | Hunternif | |
| 2021-08-04 | Merge remote-tracking branch 'origin/master' into hunternif | Hunternif | |
| # 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-01-08 | client/posts: provide link for danbooru image search | Shyam Sunder | |
| 2020-09-27 | client/posts: support content aware post flow option | Shyam Sunder | |
| 2020-09-23 | server+client: update tag category api + fix formatting | neobooru | |
| 2020-09-19 | client+server: add tag category ordering feature | neobooru | |
| Fixes #209 | |||
| 2020-08-26 | client/css: implement dark theme option | Shyam Sunder | |
| 2020-06-06 | client+server: implement code autoformatting using prettier and black | Shyam Sunder | |
| 2020-06-04 | client+server: add post pools feature | Shyam Sunder | |
| 2020-06-04 | client/js: format code to ESLint | Shyam Sunder | |
| 2020-06-02 | PR fixes | Ruin0x11 | |
| 2020-05-04 | Implement pool merging | Ruin0x11 | |
| 2020-05-04 | Implement updating pools of a post from details sidebar | Ruin0x11 | |
| 2020-05-04 | Add pool input box in post details | Ruin0x11 | |
| 2020-05-04 | Add list of posts to pools | Ruin0x11 | |
| 2020-05-03 | Add pool CRUD operations/pages | Ruin0x11 | |
| 2020-01-26 | client/posts: allow for multiple source URLs to be entered and viewed | Shyam Sunder | |
| 2019-05-23 | client/settings: Cache calls to settings.get() | Shyam Sunder | |
| 2019-05-22 | Add setting to display underscores as spaces in tags | neobooru | |
| 2019-05-08 | client: use cachenumber in random post button | Hunternif | |
| 2019-05-07 | client: tags with categories are saved immediately after input, in all ↵ | Hunternif | |
| places: upload page, post editor, bulk tag editor | |||
| 2019-05-03 | client: metric sorter UI, view & controller | Hunternif | |
| 2019-04-29 | client: re-open bulk edit and metrics blocks when returning to post list. | Hunternif | |
| + select metrics on click; + improve header style | |||
| 2019-04-27 | client,server: populate metrics menu on post list header | Hunternif | |
| 2019-04-24 | client: refresh metrics input when tags change | Hunternif | |
| 2019-04-23 | client: add button to delete metric | Hunternif | |
| 2019-04-22 | client: ui to create post metric range | Hunternif | |
| 2019-04-22 | client: ui to create exact value post metric | Hunternif | |
| 2019-04-21 | client: view metrics on post, fix chevron icon size in sidebar | Hunternif | |
| 2019-04-17 | client: update and create metric via updating tag | Hunternif | |
| 2019-04-16 | POC create metric in tag edit view. | Hunternif | |
| 2019-04-13 | Change default settings | Hunternif | |
| 2019-04-13 | Settings stored locally per user and include default upload safety | Hunternif | |
| 2019-04-11 | client/tag_input: When adding new tags, infer category via syntax "category:tag" | Hunternif | |
| 2019-04-10 | The "Randomize" button updates the current cache number only once. | Hunternif | |
| 2019-04-09 | Null check | Hunternif | |
| 2019-04-09 | Don't cache urls with 'sort:random'. | Hunternif | |
| No need to refresh the page for the same url now. | |||
| 2019-02-08 | client: Reimplement post source functionality | raku-cat | |
| 2018-12-22 | client/posts: fix absolute url on certain domains | Robin Appelman | |
| Use the document base href to generate absolute url. Otherwise the image link send to IQDB/google images will be invalid | |||
| 2018-08-23 | client: adapted code to use <base> HTML tag | Shyam Sunder | |