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
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
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
a5a06bf2d1
client/build: Clean up build process
...
Fixes incorrect URIs of iOS splash screens and OpenSans font
Files get gzipped inside build script
Better nginx configuration
build.js uses more consistent, synchronous code
2018-12-22 12:31:25 +01:00
e6445b431f
client/posts: fix absolute url on certain domains
...
Use the document base href to generate absolute url.
Otherwise the image link send to IQDB/google images will be invalid
2018-12-22 12:25:12 +01:00
d3cabc4a36
server: handle empty flags in migration
2018-09-24 11:40:11 +02:00
8a10fc8ffd
server/posts: automatically detect sound in video post uploads
2018-09-24 11:36:13 +02:00
3879c2ec20
server/search: allow searching by post flags
2018-09-24 11:36:13 +02:00
2235a72d2f
server+client: added sound flag to video posts
2018-09-24 11:36:13 +02:00
c8fe0fcdff
client: Stop showing mp4 files as undefined
2018-09-13 07:33:48 +02:00
cbf67587e2
client: Some minor fixups to base URL feature
...
* Cleanup cookie storage path
* Cleanup Data URL
2018-08-23 21:04:19 +02:00
565027269c
client/js/router.js: Reads <base> href tag
2018-08-23 21:04:19 +02:00
defada45ab
client: adapted code to use <base> HTML tag
2018-08-23 21:04:19 +02:00