nothink
0b1029251d
Fix config.py
2018-07-26 01:38:51 +09:00
nothink
113410fc2d
Fix config.py
2018-07-26 01:28:12 +09:00
nothink
a8e00eae82
Check Travis-CI env
2018-07-26 01:18:32 +09:00
nothink
56224e7c06
Check Travis-CI env
2018-07-26 01:10:33 +09:00
nothink
38db7c079a
Check Travis-CI env
2018-07-26 01:03:31 +09:00
nothink
8ee5270a6a
Check Travis-CI env
2018-07-26 00:50:23 +09:00
nothink
99128bdc1f
Check Travis-CI env
2018-07-26 00:41:29 +09:00
nothink
1d90f97bb7
Check Travis-CI env
2018-07-26 00:23:29 +09:00
nothink
60ecc3dccf
Check Travis-CI env
2018-07-26 00:17:24 +09:00
nothink
44be726dbb
Check Travis-CI env
2018-07-26 00:11:21 +09:00
nothink
828431f95d
Check Travis-CI env
2018-07-26 00:10:35 +09:00
nothink
a753bf68dc
Check Travis-CI env
2018-07-26 00:05:10 +09:00
nothink
92ae4a9f9c
Fix config.yml
2018-07-25 23:52:20 +09:00
nothink
5bbf110ef8
DANGER: move to config file to root
2018-07-25 23:32:54 +09:00
nothink
f45fd5f864
DANGER: move to config file to root
2018-07-25 23:27:52 +09:00
nothink
65bc40613d
DANGER: Temporary remove reading docker configs
2018-07-25 23:19:29 +09:00
nothink
d4dabb60bf
DANGER: checking dockerenv
2018-07-25 23:12:01 +09:00
nothink
22a6859cb5
DANGER: check travis-ci's docker settings
2018-07-25 23:03:02 +09:00
nothink
4b3a130bbc
Umm.. Where is switch of docker/on-premise settings
2018-07-25 22:51:28 +09:00
nothink
b7d3af8adb
Fix for current HEAD server setting files.
2018-07-25 22:32:39 +09:00
nothink
e90a8ce140
Fix for current HEAD server setting files.
2018-07-25 22:22:50 +09:00
nothink
707d93bcbb
Fix for current HEAD server setting files.
2018-07-25 22:16:50 +09:00
nothink
0c6424d384
Fix for current HEAD server setting files.
2018-07-25 22:15:57 +09:00
nothink
c2260a2354
Fix for current HEAD server setting files.
2018-07-25 22:12:15 +09:00
nothink
17a996e330
Add travis.yml, reloaded.
2018-07-25 21:57:29 +09:00
nothink
1702833cbf
test of travis
2018-07-25 21:48:53 +09:00
nothink
945988e76e
Merge remote-tracking branch 'upstream/master'
2018-07-25 21:45:59 +09:00
Shyam Sunder
6a6c4dc822
build: add Docker functionality and documentation
2018-07-25 13:39:57 +02:00
Shyam Sunder
9730aa5c05
client: clean up required Python packages
...
* Packages that are only used in testing or development
have been moved to `dev-requirements.txt`
* Closes #178
* Minor rewrite to drop the `scikit-image` package, which
saves around 200MB in install size
2018-07-22 14:02:30 +02:00
nothink
1bb7ac0c44
Merge remote-tracking branch 'upstream/master'
2018-07-19 11:31:14 +09:00
rr-
1fe22a4d0a
server/tag-categories: disallow uppercase colors
2018-07-08 10:10:06 +02:00
rr-
c9cb9aa539
server/password-reset: try to construct full URL
2018-07-08 10:10:06 +02:00
rr-
d85e746a65
server/tests: fix failing info api tests
2018-07-08 09:42:13 +02:00
rr-
b6a5be74cf
config: fix camelCase
2018-07-08 09:38:41 +02:00
rr-
320c16743d
docs/install: update test instructions
2018-07-08 09:36:21 +02:00
Michael Serajnik
d43758bcc2
client/build: replace uglify-es, update dependencies
2018-07-08 09:30:29 +02:00
Shyam Sunder
60ab9246c6
client: improved build.js, use relative links
...
* Removed unnecessary require('config.js') calls
* 'markdown.js' now uses rel. links in EntityPermalinkWrapper
* 'password_reset.py' now generates rel. links
* Removed 'Base URL' config parameter
* Removed 'API URL' config parameter
* 'build.js' no longer reads/requires config.yaml
* Updated documentation
* Removed unnecessary node packages used in 'build.js'
abandon api_url parameter
2018-07-06 19:40:20 +02:00
nothink
8d522c0b26
Update README.md
2018-07-02 14:09:16 +09:00
nothink
90503566b5
Update README.md
2018-07-02 11:35:08 +09:00
Shyam Sunder
3972b902d8
client: fetch configurations from server at runtime
...
Permissions, regex filters, app title, email info,
and safety now fetched using server's Info API
2018-06-27 21:20:03 +02:00
Nesswit
2bf361c64a
client/posts: fix upload error caused by anonymous node
...
Anonymous node does not exist in view when a user without anonymous upload permission tries to post upload. So in this case we should check for the existence of anonymousNode first.
2018-05-21 21:41:23 +02:00
Michael Serajnik
d39439d549
client/posts: fix viewport height calculation on iOS
2018-05-01 22:26:17 +02:00
ReAnzu
2a69f0193f
server/auth: add token authentication
...
* Users are only authenticated against their password on login,
and to retrieve a token
* Passwords are wiped from the GUI frontend and cookies
after login and token retrieval
* Tokens are revoked at the end of the session/logout
* If the user chooses the "remember me" option,
the token is stored in the cookie
* Tokens correctly delete themselves on logout
* Tokens can expire at user-specified date
* Tokens have their last usage time
* Tokens can have user defined descriptions
* Users can manage login tokens in their account settings
2018-03-25 22:23:29 +02:00
rr-
e35e709927
docs/install: use example.com for example domain
2018-03-22 09:42:58 +01:00
Michael Serajnik
a98ca55391
client/css: optimize help view margins
2018-03-10 17:45:37 +01:00
Michael Serajnik
db9132432b
client/css: add default margins
2018-03-10 17:45:37 +01:00
Michael Serajnik
23a28ce69c
client/css: make tab navigations scrollable on smaller screens
2018-03-10 17:45:37 +01:00
Michael Serajnik
a962bb351a
client/css: refine mobile sidebar styling
2018-03-10 17:45:37 +01:00
Michael Serajnik
a08c7d65da
client/css: add scrollbar styling
2018-03-10 17:45:37 +01:00
Michael Serajnik
7596f9042c
client/css: remove margin on empty post container
2018-03-10 17:45:37 +01:00