| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | server: update docker image base to alpine:3.13 | neobooru | |
| We do this so that we don't have to use 'edge' packages, which aren't (always) ABI compatible | |||
| 2021-06-01 | Merge branch 'avif' | neobooru | |
| Merges PR #399 | |||
| 2021-05-09 | Support BMP format uploads | Ruin0x11 | |
| 2021-05-07 | Add libheif/libavif to Dockerfile dependencies | 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... | |||
| 2021-04-20 | Suppressed the use of SQLAlchemy 1.4 | nothink (Satoshi Ishii) | |
| 2021-03-30 | server/func/mime: support ftypM4V file signature | Shyam Sunder | |
| 2021-01-07 | server/net: prevent youtube-dl errors when downloading image links | Shyam Sunder | |
| 2021-01-06 | server/net: fix error handling | Shyam Sunder | |
| 2021-01-05 | server/net: improve youtube-dl functionality, enforce size limits | Shyam Sunder | |
| 2021-01-05 | server/search: add MD5-based search | Shyam Sunder | |
| 2021-01-05 | server/posts: store and provide MD5 checksums | Shyam Sunder | |
| 2020-12-02 | server/func/mailer: Attempt to manually start TLS for SMTP | Shyam Sunder | |
| Fixes #365 | |||
| 2020-10-11 | server: enable large file support in database | Shyam Sunder | |
| 2020-10-06 | server/func/webhooks: call webhooks asynchronously | Shyam Sunder | |
| 2020-09-24 | server/tag-categories: sort responses by order | Shyam Sunder | |
| 2020-09-24 | server/tests: fix failing tests | Shyam Sunder | |
| 2020-09-23 | server+client: update tag category api + fix formatting | neobooru | |
| 2020-09-20 | server/tests: fix failing tests | neobooru | |
| 2020-09-19 | client+server: add tag category ordering feature | neobooru | |
| Fixes #209 | |||
| 2020-09-19 | server/pools: serialize pools as micro resource within post resources | Shyam Sunder | |
| Fixes #348 | |||
| 2020-09-01 | client+server: fix linter issues due to updated pre-commit hooks | Shyam Sunder | |
| 2020-08-28 | server/docker: unify test and main Dockerfiles | Shyam Sunder | |
| 2020-08-13 | server: API support for webhooks | Shyam Sunder | |
| Closes #339 | |||
| 2020-06-06 | client+server: implement code autoformatting using prettier and black | Shyam Sunder | |
| 2020-06-05 | dev: add pre-commit hooks for pytest and docker building | Shyam Sunder | |
| 2020-06-05 | client+server: normalize trailing newlines | Shyam Sunder | |
| 2020-06-05 | server: format code to flake8 | Shyam Sunder | |
| 2020-06-04 | client+server: add post pools feature | Shyam Sunder | |
| 2020-06-04 | server/docker: include setuptools in installation | Shyam Sunder | |
| 2020-06-04 | server/docker: fix missing installation requirements | Shyam Sunder | |
| Furthermore, an update to Pillow has improved the floating-point precision of the image hash algorithm, requiring minor updates to the respective unit tests. See https://github.com/python-pillow/Pillow/pull/4320 | |||
| 2020-06-03 | fix python lint issues | Shyam Sunder | |
| 2020-06-02 | PR fixes | Ruin0x11 | |
| 2020-05-04 | Add pool information to API.md | Ruin0x11 | |
| 2020-05-04 | Add pool tests | Ruin0x11 | |
| 2020-05-04 | Implement pool merging | 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-04-07 | server/posts/upload: refactor youtube-dl caller code to fix some bugs | Shyam Sunder | |
| 2020-04-05 | server/posts/upload: make youtube-dl use best format | Shyam Sunder | |
| Fixes #313 | |||
| 2020-04-03 | server/posts/upload: limit filesize for uploads through youtube-dl | Shyam Sunder | |
| This will be controlled by the config parameter 'max_dl_filesize'. TODO: In a future commit, the regular downloader should also respect this parameter. | |||