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
Matthew Stickney
94a8011bd6
feat: Make logfile location customizable
...
It may be desirable to log to a more standard location (e.g. in /var/log/),
or in some cases to turn logging to file off. To support these, use a
custom config property to determine the location of the output log file,
and default to the previous location if it is unset.
1 year ago
Ahmed
e410e21363
feat: Add Yemeni Arabic translation ( #880 )
1 year ago
Maksim Eltyshev
a0f584e814
chore: Update version
1 year ago
Maksim Eltyshev
135f5eccb5
chore: Bump express and related dependencies
1 year ago
Maksim Eltyshev
10001db8cf
chore: Update dependencies
1 year ago
Maksim Eltyshev
7ee351fe30
fix: Preserve extension for attachments with long filename
...
Closes #77
1 year ago
Maksim Eltyshev
73746b83d1
chore: Bump custom-ui css
1 year ago
Aline Fauquette
f9a7b38ce9
feat: Change update strategy in case of persistence in Helm ( #876 )
1 year ago
dependabot[bot]
1f261fe7b6
chore(deps): Bump micromatch from 4.0.7 to 4.0.8 in /client ( #879 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
80bee30463
chore(deps): Bump serve-static and express in /client ( #878 )
...
Bumps [serve-static](https://github.com/expressjs/serve-static ) and [express](https://github.com/expressjs/express ). These dependencies needed to be updated together.
Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases )
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md )
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2 )
Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0 )
---
updated-dependencies:
- dependency-name: serve-static
dependency-type: indirect
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
a9957481b6
chore(deps): Bump send and express in /client ( #877 )
...
Bumps [send](https://github.com/pillarjs/send ) and [express](https://github.com/expressjs/express ). These dependencies needed to be updated together.
Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases )
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md )
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0 )
Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0 )
---
updated-dependencies:
- dependency-name: send
dependency-type: indirect
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
36b05a5478
chore(deps): Bump webpack from 5.91.0 to 5.94.0 in /client ( #864 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.91.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.94.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
af91512abf
chore(deps): Bump micromatch from 4.0.7 to 4.0.8 ( #874 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Maël Gangloff
8fd0f682d9
feat: Google Chat notifications ( #867 )
1 year ago
Maksim Eltyshev
9699fbe76a
feat: Additional httpOnly token for enhanced security in browsers
1 year ago
Aurélien Troncy
4176a62f1a
fix: Update French translation ( #862 )
1 year ago
Tyler Sweat
c12f0844d7
fix: Update Spanish translation ( #861 )
1 year ago
Aurélien Troncy
e6644eb745
feat: Ability to show detailed auth errors, set to false by default ( #860 )
1 year ago
Blyamur
b2e1fba9a0
fix: Update Russian translation ( #857 )
1 year ago
Maksim Eltyshev
818ae4a6df
chore: Update version
1 year ago
Aurélien Troncy
0de0e809ac
fix: Update French translation ( #849 )
1 year ago
Maksim Eltyshev
da727c0a0b
chore: Generate separate file to store version
...
Closes #848
1 year ago
Ken
4841a65c77
feat: Add Traditional Chinese translation ( #846 )
1 year ago
Maksim Eltyshev
0ec4b619d9
chore: Update version
1 year ago
Maksim Eltyshev
12f05adde7
fix: Fix styles, refactoring
1 year ago
Arkadiusz Dzięgiel
c594e8bd71
feat: Colorize due date and make it toggleable ( #845 )
1 year ago
Maksim Eltyshev
f84166406f
ref: Refactoring
1 year ago
Fayad
82b2ba298d
feat: Improvements for mobile version ( #776 )
1 year ago
jaycoolslm
38b6805ba1
fix: Update healthcheck parameters in docker-compose-dev.yml ( #834 )
1 year ago
dependabot[bot]
6a7a582045
chore(deps): Bump socket.io-parser from 3.3.3 to 3.3.4 in /client ( #833 )
...
Bumps [socket.io-parser](https://github.com/Automattic/socket.io-parser ) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/Automattic/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/3.3.4/CHANGELOG.md )
- [Commits](https://github.com/Automattic/socket.io-parser/compare/3.3.3...3.3.4 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Blyamur
c53a00b4ba
fix: Update Russian translation ( #832 )
1 year ago
Blyamur
52103c775b
fix: Update Russian translation ( #831 )
1 year ago
Maksim Eltyshev
eeb1bd80cc
chore: Update version
1 year ago
dependabot[bot]
e6b8538863
chore(deps): Bump ws, engine.io and socket.io-adapter in /server ( #830 )
...
Bumps [ws](https://github.com/websockets/ws ), [engine.io](https://github.com/socketio/engine.io ) and [socket.io-adapter](https://github.com/socketio/socket.io-adapter ). These dependencies needed to be updated together.
Updates `ws` from 8.11.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.11.0...8.17.1 )
Updates `engine.io` from 6.5.4 to 6.5.5
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/6.5.5/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.5.4...6.5.5 )
Updates `socket.io-adapter` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases )
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/2.5.5/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-adapter/compare/2.5.4...2.5.5 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
- dependency-name: engine.io
dependency-type: indirect
- dependency-name: socket.io-adapter
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Maksim Eltyshev
9dc38932fb
feat: Languages with country codes
1 year ago
Aurélien Troncy
e9b4a4adfc
fix: Disable x-powered-by header ( #829 )
1 year ago
Mazyar Yousefiniyae shad
76c78c7252
feat: Add Persian translation ( #828 )
1 year ago
Maksim Eltyshev
04f52a63f2
chore: Update version
1 year ago
Maksim Eltyshev
6b16a104b1
docs: Update docker pulls counter
1 year ago
Maksim Eltyshev
aff853c602
ref: Refactoring, fix linting
1 year ago
aleb_the_flash
ad2966c5d6
feat: Improve OIDC support for strict providers ( #824 )
1 year ago
Maksim Eltyshev
8d74cc1732
chore: Update version
1 year ago
Emmanuel Guyot
ea94fe8bf3
fix: Order users by name ( #806 )
1 year ago
Αλέξανδρος
6052f8999f
fix: Fix application crashing when webhook is unavailable ( #815 )
1 year ago
ItzAndriss
67d1b1c194
fix: Update Hungarian translation ( #823 )
1 year ago
Stephan Michard
b3cb8405f5
fix: Update German translation ( #821 )
1 year ago
Maksim Eltyshev
7acaec6d04
fix: Fix incorrect related data when transferring card
...
Closes #431 , closes #803
1 year ago
Maksim Eltyshev
72896a66b3
chore: Update version
2 years ago
Maksim Eltyshev
4be4783251
fix: Fix icon spacing for action buttons
2 years ago