Commit Graph

1010 Commits

Author SHA1 Message Date
83442b4977 server/tools: created simple admin command script 2019-08-15 21:53:57 -04:00
9df090b4d9 doc: simplified how to use the base URL feature 2019-08-14 07:57:56 -04:00
48e7eb10f1 doc: moved documentation to a seperate folder 2019-08-05 19:20:41 -04:00
69922fccb6 client/nginx: enable Cross-Origin Resource Sharing for API calls
Fixes #275
2019-08-05 17:11:20 -04:00
9b02a0bd5e server/posts: allow for longer source URLs
Fixes #272
2019-07-27 19:24:39 -04:00
979d8409d5 server/tools: add password reset script 2019-07-27 17:36:15 -04:00
7a42c7a69b server/tools: add script to check audio flags for posts 2019-07-27 16:32:39 -04:00
9329717335 server/docker: Rewrite how files are copied in Docker
This is in preperation of a future commit that will perform
the unit tests in a docker container
2019-07-27 14:34:58 -04:00
0839dafd34 client/auth: call tags.refreshCategoryColorMap() after login
When the tag category list permission is not anonymous the category colors fail to load if you are not logged in, and because the page doesn't reload (SPA) the tag colors are still broken after logging in. Manually calling refreshCategoryColorMap after logging in solves this issue.
2019-07-24 16:42:37 +02:00
9a9a475037 server/facade: Check mailer config on startup 2019-07-22 20:26:16 -04:00
80d272d60b server/config: Add 'domain' and 'smtp from' config entries
Fixes #193 and #256

This however requires users to manually set the domain in the config.yaml.
This field currently is optional, but it would probably be better to make it required and not fall back to HTTP_ORIGIN and HTTP_REFERER, which might be inaccurate or not set (especially behind reverse proxies and the like)

server/config: Leave domain empty by default

Co-Authored-By: Shyam Sunder <sgsunder1@gmail.com>
2019-07-22 20:26:09 -04:00
8f0835f27b client/tag_categories: load tag_categories after (attempted) login
Fixes #262
2019-07-22 19:58:16 -04:00
b8699d59d2 client/upload: automatically set source when uploading from url
Fixes #230
2019-07-23 01:20:42 +02:00
2484aef492 docker: set ulimits for elasticsearch
this sets the ulimits for elasticsearch to the recommended value of 65536 to avoid errors on startup.
2019-07-09 16:27:17 -04:00
e14f08ddc6 docs: Fix issue with tags which contain slashes
Apache wouldn't forward api calls which contain encoded slashes (%2F), which caused the api calls to tags with slashes (e.g. 'te/st') to fail with a 404 not found.

See:
- https://httpd.apache.org/docs/2.4/mod/core.html#AllowEncodedSlashes
- https://serverfault.com/questions/715242/encode-url-wihthin-url-apache-mod-proxy-proxypass/715902#715902
2019-05-28 17:10:01 -04:00
e0fc790822 client/settings: Cache calls to settings.get() 2019-05-23 20:27:59 -04:00
7b236b02c9 Add setting to display underscores as spaces in tags 2019-05-22 23:10:27 +02:00
bbde0ab9a0 Merge pull request #260 from neobooru/docs-update
docs: Add apache configuration to manual install guide
2019-05-14 10:22:10 -04:00
e471d6ad2e Add apache configuration to manual install guide 2019-05-14 16:13:25 +02:00
765e1a711b docker: pin postgres version to 11
Closes #213. PostgreSQL v11's end of life is November 9th, 2023
2019-05-10 15:56:52 -04:00
26127eaaf5 server/config: use safer YAML loader
Fixes #254
2019-04-27 18:08:47 -04:00
4117f63375 server/model/posts: Make post flags a hybrid attribute in model
This should (hopefully) fix #250 and #252
2019-04-22 20:20:19 -04:00
0121b952d1 client/nginx: Remove upload filesize restriction 2019-04-21 13:03:39 -04:00
9edee46dcf client/docker: Added hook to display build info 2019-04-21 13:03:39 -04:00
f36cdc8719 docs: Moved confusing requirements to INSTALL-OLD.md 2019-04-21 12:40:39 -04:00
940631d3bb Merge pull request #251 from Hunternif/elasticsearch6.3.1
server/build: Ensure elasticsearch library is a compatible version
2019-04-17 19:25:16 -04:00
9e7c77cd73 server/build: require elasticsearch >=5.0.0., <7.0.0. 2019-04-17 23:15:01 +07:00
8e1e6af232 client/tag_categories: lowercase all color input on tag_categories 2019-04-08 23:50:20 +02:00
rr-
93910a1655 client/tags: fix post search links 2019-04-08 22:06:42 +02:00
2ec6b978ac docs: add nginx reverse proxy documentation 2019-04-08 21:48:13 +02:00
a4215e35dc client/post: Require the post to not be in edit mode. 2019-04-08 21:36:48 +02:00
a48116aa05 client/post: Add swipe left and swipe right gestures to post content
client/post: Add swipe left and swipe right gestures to post content
2019-04-08 21:36:48 +02:00
d69ef710b3 server/search: automatically add wildcards for source URL searching 2019-04-07 19:30:35 +02:00
1d8cfd5a89 server/search: allow searching by source URL content 2019-04-07 19:30:35 +02:00
68bd168434 docs/install: fix typo 2019-04-05 16:31:48 +02:00
b18acf3982 server/func/images: attempt to fix #225 2019-02-11 21:28:02 +01:00
065a466af8 server/func/posts: fix #221 2019-02-11 21:28:02 +01:00
03d768881e Merge pull request #224 from sgsunder/post-view-icons
client/posts: Add some UI icons
2019-02-09 11:34:51 +01:00
abc6e018b9 Merge pull request #223 from sgsunder/add-source-handling
client: Reimplement post source functionality
2019-02-09 02:40:35 +01:00
3e6b98df92 client: Reimplement post source functionality 2019-02-08 16:43:38 -05:00
d7feb2792c client/posts: Add some UI icons 2019-02-05 10:56:51 -05:00
2fdd8cb3ab Merge pull request #222 from sgsunder/fix-transparancy-grid
Fix transparency grid for alternate base URIs
2019-02-05 16:15:04 +01:00
a2dc964e52 client/posts: fix transparency grid for alternate base URIs 2019-02-05 09:26:41 -05:00
6510d0750c client/posts: fix missing transparency grid 2019-01-21 07:26:20 +01:00
rr-
5ed70b2ec4 server/func/images: work around ffmpeg bug 6375 2019-01-09 21:15:58 +01:00
14377933a7 server/func/posts: transfer flags on merge 2018-12-22 12:31:25 +01:00
e80c482891 server/func/images: Fix Unicode Error 2018-12-22 12:31:25 +01:00
987a3aa8f2 docker: make deployment easier 2018-12-22 12:31:25 +01:00
7081b5be90 client/app: Fixed relative links in app manifest 2018-12-22 12:31:25 +01:00
116919d2a2 client/public: Remove public/ folder and generate it on build 2018-12-22 12:31:25 +01:00