23
1
Fork 0
Commit Graph

3732 Commits

Author SHA1 Message Date
Romain H 0936578b35 update chapril banner to v2 2022-12-05 21:16:38 +01:00
Romain H 1cb2a72055 hardcode default dlimits to 100 2022-12-05 21:16:38 +01:00
Romain H b79d5b51e9 add expiration time 2 days 2022-12-05 21:16:38 +01:00
Christian P. MOMON 32e5a2cd4c Extend max values (#4229). 2022-12-05 21:16:38 +01:00
Christian P. MOMON a4ccd87867 Fixed chapril.css. 2022-12-05 21:16:38 +01:00
Christian P. MOMON 041ff2d7d6 Fixed title page (#4137). 2022-12-05 21:16:31 +01:00
Christian P. MOMON 82aca0e06a Customized introduction text in welcome page. 2022-12-05 21:15:37 +01:00
Christian P. MOMON 330ee0146d Customized header, footer and promo boxes (#4042). 2022-12-05 21:15:13 +01:00
Christian P. MOMON cd3e6896d3 Customized favicon (#4069). 2022-12-05 21:11:00 +01:00
timvisee 3dede083cd
Bump version to 3.4.21 2022-09-04 12:48:04 +02:00
timvisee 26e81455ff
Update dependencies 2022-09-04 12:47:40 +02:00
timvisee 4ceac20623
Revert "Remove some polyfills"
This reverts commit 64644b57e3.
2022-09-04 12:26:12 +02:00
timvisee 073accfe65
Revert "Update eslint & plugins"
This reverts commit 38746b86fd.
2022-09-04 12:26:10 +02:00
timvisee 6306a433e8
Revert "More dependency cleanups"
This reverts commit e1d6224570.
2022-09-04 12:26:09 +02:00
timvisee 1da317bcc1
Revert "Further dependency cleanup"
This reverts commit 1725ff434e.
2022-09-04 12:26:07 +02:00
timvisee 08f597405c
Revert "Remove double-ended-queue"
This reverts commit 9b8b11ffc3.
2022-09-04 12:26:05 +02:00
timvisee c624766edc
Revert "Remove asmcrypto.js"
This reverts commit c619be58ae.
2022-09-04 12:26:03 +02:00
Tim Visée e030c46a9c Merge branch 'fix-csp' into 'master'
Fix CSP

Closes #29

See merge request timvisee/send!24
2022-08-22 15:27:03 +00:00
Marian Hähnlein d081affa38
Move injection of custom CSS from client to server 2022-08-19 13:17:59 +02:00
Marian Hähnlein 71372fcbc1
Replace tabs with spaces to maintain consistency 2022-08-19 13:11:30 +02:00
HrBingR 671390ca24 Added the ability for a user to define and set a custom locale
New environment variable CUSTOM_LOCALE allows a user to define a locale per the /public/locales directory (this should be listed in the docs, will create a pull request for that too).

If the environment variable is blank or invalid it reverts to previous behaviour of system + default locale. Fully tested the above as follows:

CUSTOM_LOCALE = 'nl' < This works correctly, translating to nl.
CUSTOM_LOCALE = 'HelloThere' < This reverts to previous behavior
CUSTOM_LOCALE = '' < Also reverts
#CUSTOM_LOCALE = < Also reverts
2022-08-13 02:25:19 +02:00
HrBingR 9221b86660
Merge branch 'timvisee:master' into master 2022-08-13 02:20:33 +02:00
HrBingR fd2e954b3e Updated docs to include custom CSS and custom footer. 2022-08-12 21:57:14 +02:00
timvisee c528ad3147
Merge branch 'HrBingR-master' into master
See https://github.com/timvisee/send/pull/103
2022-08-12 12:35:56 +02:00
HrBingR df9c7ea734
Merge branch 'timvisee:master' into master 2022-08-11 23:06:47 +02:00
HrBingR e32ea7d0aa Added the ability to define a custom footer via environment variables
Added the CUSTOM_FOOTER_TEXT and CUSTOM_FOOTER_URL environment variables.

If undefined, the default translated footer will display.

If only CUSTOM_FOOTER_TEXT is defined, only this defined text will display in place of the normal footer text.

If only CUSTOM_FOOTER_URL is defined then the defined URL will display.

If both variables are defined, the defined text will display as a link to the defined URL.
2022-08-11 23:04:45 +02:00
timvisee 55ad08fd96
Merge branch 'HrBingR-master' into master
See https://github.com/timvisee/send/pull/100
2022-08-11 10:07:14 +02:00
timvisee 96d53e4118
Merge branch 'master' of github.com:HrBingR/send into HrBingR-master 2022-08-11 10:06:45 +02:00
HrBingR bce861bcaf Added if check to see if user is using custom CSS 2022-08-10 22:55:51 +02:00
timvisee 643287e235
Merge branch 'AaronDewes-chore/cleanup-dependencies' into master
See https://github.com/timvisee/send/pull/101
2022-08-10 19:04:33 +02:00
AaronDewes c619be58ae Remove asmcrypto.js 2022-08-09 16:18:16 +00:00
AaronDewes 9b8b11ffc3 Remove double-ended-queue
Not required anymore since node-redis 3.0
2022-08-09 15:39:41 +00:00
AaronDewes 1725ff434e Further dependency cleanup 2022-08-09 15:37:16 +00:00
AaronDewes e1d6224570 More dependency cleanups 2022-08-09 15:29:54 +00:00
AaronDewes 38746b86fd Update eslint & plugins
Also replace eslint-plugin-node with the maintained eslint-plugin-n
2022-08-09 15:26:25 +00:00
AaronDewes 64644b57e3 Remove some polyfills
This should reduce the runtime size & load times somewhat by removing polyfills for older browsers which are not used much
2022-08-09 15:17:38 +00:00
timvisee 625fdf5bca
Merge branch 'AaronDewes-update-deps' into master
See https://github.com/timvisee/send/pull/98
2022-08-09 16:20:33 +02:00
AaronDewes 951c613095 Fix stylelint errors 2022-08-09 09:12:32 +00:00
AaronDewes 16e78847a2 Fix style problems 2022-08-09 09:00:43 +00:00
HrBingR 310271c10f Added new environment variables for custom css, custom title, and custom description.
Fully tested using the Dockerfile, example can be found on https://fileshare.thenextweb.co.za
2022-08-08 00:37:17 +02:00
AaronDewes 55344f8a9d Drop mkdirp 2022-07-26 17:23:19 +00:00
AaronDewes 2b22e8cd05 Update more dependencies 2022-07-26 17:21:12 +00:00
AaronDewes 47ff32fc9f Modernize CSS 2022-07-26 16:52:29 +00:00
AaronDewes b598a1c090 Update svgo 2022-07-26 11:56:20 +00:00
AaronDewes 3ae9e6adeb Update git-rev-sync 2022-07-26 11:18:17 +00:00
AaronDewes 33e7e0f5ba npm audit fix 2022-07-26 11:15:12 +00:00
AaronDewes ca3b5cf7ca Update more packages 2022-07-26 11:05:53 +00:00
AaronDewes 44a25e4156 Update fluent 2022-07-26 11:03:10 +00:00
timvisee 000854104f
Merge branch 'NamPNQ-master' into master
See https://github.com/timvisee/send/pull/94
2022-07-04 18:40:45 +02:00
Nam PHAM 1a0ddf9a05 Disable check user when fxa is not enabled 2022-07-02 23:48:04 +02:00