summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-31client: add list of similar posts to post sidebarHunternif
2021-08-31server: implement search for similar posts based on tagsHunternif
2021-08-31client: add buttons to quickly search for liked and favorite postsHunternif
2021-08-08client: fix settings, store them for all users :(Hunternif
2021-08-07client: fix errors after merge (escapeTagName)Hunternif
2021-08-07client: adjust thumb size on mobileHunternif
2021-08-07client: fix error after mergeHunternif
2021-08-07server: inject my changes into alembic revisionsHunternif
2021-08-07server: fix test for metricsHunternif
2021-08-06server: update ' to "Hunternif
2021-08-04Set docker to build image locallyHunternif
2021-08-04Fix fontawesome dependencyHunternif
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-07-05client/css: dark mode contrast fixes (#388)Ben Klein
* client/css: fix dark mode pagination header bg * client/css/post-main-view: dark uses box-shadow * client/css: animate compact-tags updates * client: tag input animations fixed * client/css: darken darktheme success bg * client/css: dark tag background colors * client/css/tag-input-control: dark suggest header * client/css: darktheme mobile site-name in nav
2021-06-07server: fix issue where no video files could be uploadedneobooru
2021-06-04client/build: update builder image Node.js version to LTSneobooru
Fixes #412 The older stylus version throws some warnings in Node.js LTS. The new one doesn't.
2021-06-01server: update docker image base to alpine:3.13neobooru
We do this so that we don't have to use 'edge' packages, which aren't (always) ABI compatible
2021-06-01Merge branch 'avif'neobooru
Merges PR #399
2021-05-14build(deps-dev): bump underscore from 1.9.1 to 1.12.1 in /clientdependabot[bot]
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.12.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.9.1...1.12.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14Merge pull request #404 from Ruin0x11/bmp-supportneobooru
Support BMP format uploads
2021-05-14Improve compilation speed for development builds (#402)Ruin0x11
* Improve incremental build times * Live-reloading in development mode
2021-05-09Support BMP format uploadsRuin0x11
2021-05-07Option to always upload similar posts instead of confirming every timeRuin0x11
2021-05-07If one post fails to upload, don't prevent the rest from uploadingRuin0x11
2021-05-07Add libheif/libavif to Dockerfile dependenciesRuin0x11
2021-05-07Add HEIF formats to allowed extensions textRuin0x11
2021-05-07Add AVIF/HEIF/HEIC upload supportRuin0x11
2021-05-07Add AVIF/HEIC detectionRuin0x11
ffmpeg doesn't support HEIC decoding yet...
2021-04-22client: escape periods in tag namesShyam Sunder
Merges PR #390
2021-04-20Suppressed the use of SQLAlchemy 1.4nothink (Satoshi Ishii)
2021-04-12client/tags: escape dots in search term and don't allow '.' and '..' as tagsneobooru
2021-04-10client: rename escapeColons to escapeTagName and also escape dotsneobooru
2021-03-30server/func/mime: support ftypM4V file signatureShyam Sunder
2021-03-08build(deps): bump elliptic from 6.5.3 to 6.5.4 in /clientdependabot[bot]
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-08client/posts: provide link for danbooru image searchShyam Sunder
2021-01-08client/posts/edit: maintain post editing state for arrow key navShyam Sunder
Fixes #373
2021-01-07server/net: prevent youtube-dl errors when downloading image linksShyam Sunder
2021-01-06server/net: fix error handlingShyam Sunder
2021-01-05server/net: improve youtube-dl functionality, enforce size limitsShyam Sunder
2021-01-05server/search: add MD5-based searchShyam Sunder
2021-01-05server/posts: store and provide MD5 checksumsShyam Sunder
2020-12-19build(deps): bump dompurify from 2.0.11 to 2.0.17 in /clientdependabot[bot]
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.11 to 2.0.17. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.11...2.0.17) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-19doc/install (WIP): new install scriptShyam Sunder
2020-12-19doc/install: applied formatting fixes to scriptShyam Sunder
2020-12-13Update install.shShockDW
2020-12-13Update install.sh - added Daemon access checkShockDW
Added Docker daemon access check, updated output with colorized ERROR, OK, and NOTICE flags for readability.
2020-12-06Add files via uploadShockDW
2020-12-06Add files via uploadShockDW
Updated install.sh to remove logic relevant to deprecated elastisearch dependency, unnecessary root check; various other fixes.
2020-12-02server/func/mailer: Attempt to manually start TLS for SMTPShyam Sunder
Fixes #365