Commit Graph

23 Commits (4abaf76ff621a3c37413164f437abf8929c7a5d5)

Author SHA1 Message Date
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
Samuel 934dcdf39b
feat: Sort cards within list (#717)
Closes #390
2 years ago
Matthieu Bollot 6cd9da844f
feat: Add ability to duplicate card (#668) 2 years ago
Maksim Eltyshev 40c04c35ff ref: Refactoring 2 years ago
Maksim Eltyshev 8e0c60f5be fix: OIDC finalization and refactoring 2 years ago
gorrilla10101 107cb85ba2
feat: OIDC with PKCE flow (#491) 2 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 51fa7df69c feat: Permissions for board members
Closes #262
3 years ago
Maksim Eltyshev ac1df5201d fix: Fix path traversal vulnerability 3 years ago
Maksim Eltyshev e7495e0067 fix: Fix routes again 4 years ago
Maksim Eltyshev b8c065e0c8 fix: Fix routes 4 years ago
Maksim Eltyshev 86e4864d1b feat: Add gallery for attachments 4 years ago
Maksim Eltyshev 36e4bef21b feat: Remove attachments from public access
Closes #219
4 years ago
Maksim Eltyshev b39119ace4 Project managers, board members, auto-update after reconnection, refactoring 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 af00e3e191 Add username to user 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 d24c9a7968 Docker, update readme, update dependencies 6 years ago
Maksim Eltyshev 5ffef61fe7 Initial commit 6 years ago