Matthew Stickney
4abaf76ff6
feat: Support alternate storage locations for uploaded files
...
This involves a couple primary changes:
1) to make Sails' temporary file-upload directory a configurable location
by using a common file-upload-receiving helper;
2) to create custom static routes for the file-upload locations, so they
can be outside the application's public directory; and
3) to use the file-uploading handler everywhere that receives files, so
config for the helper is applied to all file uploads consistently.
This is sufficient to allow the application directory to be deployed read-
only, with writable storage used for file uploads. The new config property
for Sails' temporary upload directory, combined with the existing settings
for user-avatar and background-image locations are sufficient to handle
uploads; the new custom routes handle serving those files from external
locations.
The default behavior of the application should be unchanged, with files
uploaded to, and served from, the public directory if the relevant
config properties aren't set to other values.
1 year ago
Maksim Eltyshev
9699fbe76a
feat: Additional httpOnly token for enhanced security in browsers
1 year ago
Maksim Eltyshev
9dc38932fb
feat: Languages with country codes
1 year ago
Maksim Eltyshev
c065566c15
feat: Webhooks configuration, all events support, refactoring
2 years ago
Maksim Eltyshev
b8d262f745
feat: Add ability to enforce SSO
...
Closes #543 , closes #545
2 years ago
Maksim Eltyshev
634d6ceab1
feat: Add ability to map OIDC attributes and ignore username
...
Closes #554
2 years ago
Maksim Eltyshev
6dc9e4ed99
fix: Disable role change when OIDC roles are not ignored
2 years ago
Maksim Eltyshev
8e0c60f5be
fix: OIDC finalization and refactoring
2 years ago
Maksim Eltyshev
91bc889fed
feat: Use environment variables for default admin configuration
2 years ago
Maksim Eltyshev
6021d67a00
fix: Subscribe only when needed
3 years ago
Maksim Eltyshev
6ffa817b53
ref: Remove board types, refactoring
3 years ago
Maksim Eltyshev
0a5210dd21
feat: Preserve original format of images, change interpolation kernel
...
Closes #349
3 years ago
Maksim Eltyshev
8109936ce2
feat: Invalidate access token on logout
3 years ago
Maksim Eltyshev
3df07c10fa
fix: Use password strength estimator
...
Closes #294
3 years ago
Maksim Eltyshev
5c91bddfe7
feat: Stronger password policy
3 years ago
Maksim Eltyshev
cece2254d7
fix: Change mechanics of file uploading
3 years ago
Maksim Eltyshev
eea94e0ee2
ref: Little change for consistency
3 years ago
SimonTagne
7786533a90
feat: Improve security of access tokens ( #279 )
...
Closes #275
3 years ago
Maksim Eltyshev
a148a3aae5
feat: Add language selector
...
Closes #212
3 years ago
SimonTagne
31d314736a
Fix updates of username and email
4 years ago
Maksim Eltyshev
b39119ace4
Project managers, board members, auto-update after reconnection, refactoring
5 years ago
Maksim Eltyshev
0fb60eb886
Allow dots in username. Closes #116
5 years ago
Maksim Eltyshev
c6ee7d54bb
Prepare for collection board type, refactoring, update dependencies
5 years ago
Maksim Eltyshev
2f7a244807
Add project backgrounds
6 years ago
Maksim Eltyshev
f743f4ea8b
Add file attachments
6 years ago
Maksim Eltyshev
88314e826d
Add preferences tab to user settings, add subscribe to own cards option
6 years ago
Maksim Eltyshev
9b4e3931a9
Add phone and organization fields to user
6 years ago
Maksim Eltyshev
c6ecf126d0
Add user settings modal
6 years ago
Maksim Eltyshev
af00e3e191
Add username to user
6 years ago
Maksim Eltyshev
b93c5aa070
Update dependencies
6 years ago
Maksim Eltyshev
9c7c96a780
Move from prettier-eslint to eslint-plugin-prettier, update dependencies
6 years ago
Maksim Eltyshev
a11f6260c0
Code formatting with prettier, change eslint config for the server
6 years ago
Maksim Eltyshev
2566ff376e
Add email and password change functionality for a current user, remove deep compare hooks
6 years ago
Maksim Eltyshev
e8139b29d5
Change id generation algorithm, display notifications total on the main page
6 years ago
Maksim Eltyshev
5ffef61fe7
Initial commit
6 years ago