| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-12 | Update ffmpeg commands | Jakob L. Kreuze | |
| 2025-10-12 | Replace outdated `cgi` module | Jakob L. Kreuze | |
| 2025-03-30 | server: prevent cache key collision for unsafe posts | Ilia Tetin | |
| 2025-02-16 | server: add privilege to view & list "sketchy" posts | Hunternif | |
| 2025-02-16 | Merge branch 'priv-view-unsafe-posts' into hunternif | Hunternif | |
| 2025-02-16 | server: fix tests for unsafe posts | Hunternif | |
| 2025-02-16 | Merge branch 'priv-view-unsafe-posts' into hunternif | Hunternif | |
| 2025-02-16 | server: add privilege posts:list:unsafe, filter unsafe posts for users ↵ | Hunternif | |
| without privilege | |||
| 2025-02-16 | server: add privilege posts:view:unsafe | Hunternif | |
| 2025-02-15 | Merge branch 'master' into hunternif | Hunternif | |
| 2024-12-07 | server+client: use safety rating param in "lookalikes" api | Hunternif | |
| 2024-11-10 | server/config: generalize container support | Zak B. Elep | |
| Allow running in Kubernetes, podman, and LXC, besides plain docker-compose, without having to fake out /.dockerenv in non-Docker environments. | |||
| 2023-08-17 | server/net: use yt-dlp instead of youtube-dl | Zak B. Elep | |
| youtube-dl no longer even gets URLs properly, so switch to yt-dlp as a drop-in replacement for it. | |||
| 2023-07-05 | tests/server: post category filter | neobooru | |
| 2023-07-05 | server: post category filter | neobooru | |
| 2023-04-17 | client+server: add quicktime video support | Shyam Sunder | |
| Merge branch 'skybldev-upstream' | |||
| 2023-04-17 | client/tests: add unit tests for quicktime videos | Shyam Sunder | |
| 2023-04-17 | client+server: added quicktime upload support | skybldev | |
| 2023-04-17 | server/test: skip network tests by default | Shyam Sunder | |
| 2022-10-02 | server: fix null error in lookalikes for videos | Hunternif | |
| 2022-10-02 | server: fix post count for lookalikes | Hunternif | |
| 2022-10-02 | client,server: reverse search post by signature | Hunternif | |
| 2022-10-02 | server: rename get_posts_similar_by_tags (unused) | Hunternif | |
| 2022-09-18 | client: use "similar" query to fetch similar posts on post page | Hunternif | |
| 2022-09-13 | support ftypiso6 file signature | w1kl4s | |
| 2022-02-08 | server/config: fix deprecated database string format | Shyam Sunder | |
| 2022-02-08 | server/func/images: upgrade to heif-image-plugin | Shyam Sunder | |
| 2022-01-16 | server/func/images: Do not pass file content to ffmpeg stdin | Shyam Sunder | |
| 2021-11-29 | server: fix python docstring formatting | Shyam Sunder | |
| 2021-09-23 | server/tests: use transactional db for faster unit tests | Shyam Sunder | |
| * `test_modify_saves_non_empty_diffs` needs non-transactional db, so moved to seperate file * Replaced incompatable usage of `db.session.rollback()` with parametrerized function calls * xfail conditionals for search removed, as we can no longer get current driver with binds * Also remove usage of deprecated `pytest.yield_fixture` | |||
| 2021-09-22 | server/net: return more useful error messages | Shyam Sunder | |
| 2021-09-13 | client+server: fixed style errors | Shyam Sunder | |
| 2021-09-02 | server: search term similar posts applies sort automatically | Hunternif | |
| 2021-09-02 | server: implement similar posts as a search term, without sort | Hunternif | |
| 2021-09-02 | server: implement similar posts as a single query | Hunternif | |
| 2021-09-01 | server, client: honor safety when fetching similar posts | Hunternif | |
| 2021-09-01 | server: update similar post logic to yield more results | Hunternif | |
| 2021-08-31 | server: simplify similar post logic for better performance | Hunternif | |
| 2021-08-31 | server: optimize similar search to max 3 tag removals | Hunternif | |
| 2021-08-31 | server: implement search for similar posts based on tags | Hunternif | |
| 2021-08-07 | server: inject my changes into alembic revisions | Hunternif | |
| 2021-08-07 | server: fix test for metrics | Hunternif | |
| 2021-08-06 | server: update ' to " | 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-06-07 | server: fix issue where no video files could be uploaded | neobooru | |
| 2021-06-01 | Merge branch 'avif' | neobooru | |
| Merges PR #399 | |||
| 2021-05-09 | Support BMP format uploads | Ruin0x11 | |
| 2021-05-07 | Add AVIF/HEIF/HEIC upload support | Ruin0x11 | |
| 2021-05-07 | Add AVIF/HEIC detection | Ruin0x11 | |
| ffmpeg doesn't support HEIC decoding yet... | |||