summaryrefslogtreecommitdiff
path: root/client/js/models/post_list.js
AgeCommit message (Collapse)Author
2024-12-07server+client: use safety rating param in "lookalikes" apiHunternif
2022-10-02client,server: reverse search post by signatureHunternif
2021-09-01server, client: honor safety when fetching similar postsHunternif
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
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2020-06-04client+server: add post pools featureShyam Sunder
2020-06-04client/js: format code to ESLintShyam Sunder
2020-05-04Implement updating pools of a post from details sidebarRuin0x11
2019-05-08client: use cachenumber in random post buttonHunternif
2019-05-03client: metric sorter UI, view & controllerHunternif
2019-04-10The "Randomize" button updates the current cache number only once.Hunternif
2019-04-09Null checkHunternif
2019-04-09Don't cache urls with 'sort:random'.Hunternif
No need to refresh the page for the same url now.
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-06-27client: fetch configurations from server at runtimeShyam Sunder
Permissions, regex filters, app title, email info, and safety now fetched using server's Info API
2017-03-30client/posts: add option to disable safety ratingsrr-
2017-02-09server: use index-based paging (#123)rr-
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: rework promise error handlingrr-
2016-09-04client/general: improve URL escapingrr-
Specifically, cater for /, + and % in URL components.
2016-06-20client/general: replace direct API with modelsrr-
2016-06-18client/general: remove api calls from controlsrr-
Introduce some missing models along the way