summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)Author
2021-08-31server: implement search for similar posts based on tagsHunternif
2021-08-07server: inject my changes into alembic revisionsHunternif
2021-08-07server: fix test for metricsHunternif
2021-08-06server: update ' to "Hunternif
2021-08-04Merge branch 'master' into hunternifHunternif
2021-08-04Merge remote-tracking branch 'origin/master' into hunternifHunternif
2021-06-07server: fix issue where no video files could be uploadedneobooru
2021-06-01server: update docker image base to alpine:3.13neobooru
2021-06-01Merge branch 'avif'neobooru
2021-05-09Support BMP format uploadsRuin0x11
2021-05-07Add libheif/libavif to Dockerfile dependenciesRuin0x11
2021-05-07Add AVIF/HEIF/HEIC upload supportRuin0x11
2021-05-07Add AVIF/HEIC detectionRuin0x11
2021-04-20Suppressed the use of SQLAlchemy 1.4nothink (Satoshi Ishii)
2021-03-30server/func/mime: support ftypM4V file signatureShyam Sunder
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-02server/func/mailer: Attempt to manually start TLS for SMTPShyam Sunder
2020-10-11server: enable large file support in databaseShyam Sunder
2020-10-06server/func/webhooks: call webhooks asynchronouslyShyam Sunder
2020-09-24server/tag-categories: sort responses by orderShyam Sunder
2020-09-24server/tests: fix failing testsShyam Sunder
2020-09-23server+client: update tag category api + fix formattingneobooru
2020-09-20server/tests: fix failing testsneobooru
2020-09-19client+server: add tag category ordering featureneobooru
2020-09-19server/pools: serialize pools as micro resource within post resourcesShyam Sunder
2020-09-01client+server: fix linter issues due to updated pre-commit hooksShyam Sunder
2020-08-28server/docker: unify test and main DockerfilesShyam Sunder
2020-08-13server: API support for webhooksShyam Sunder
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2020-06-05dev: add pre-commit hooks for pytest and docker buildingShyam Sunder
2020-06-05client+server: normalize trailing newlinesShyam Sunder
2020-06-05server: format code to flake8Shyam Sunder
2020-06-04client+server: add post pools featureShyam Sunder
2020-06-04server/docker: include setuptools in installationShyam Sunder
2020-06-04server/docker: fix missing installation requirementsShyam Sunder
2020-06-03fix python lint issuesShyam Sunder
2020-06-02PR fixesRuin0x11
2020-05-04Add pool information to API.mdRuin0x11
2020-05-04Add pool testsRuin0x11
2020-05-04Implement pool mergingRuin0x11
2020-05-04Add pool input box in post detailsRuin0x11
2020-05-04Add list of posts to poolsRuin0x11
2020-05-03Add pool CRUD operations/pagesRuin0x11
2020-04-07server/posts/upload: refactor youtube-dl caller code to fix some bugsShyam Sunder
2020-04-05server/posts/upload: make youtube-dl use best formatShyam Sunder
2020-04-03server/posts/upload: limit filesize for uploads through youtube-dlShyam Sunder