- Jul 31, 2019
-
-
brad2014 authored
Per @georgehrke change request for PR #12392, instead of setting dav.invitation_link_recipients in the system config.php file, we set it in the database table oc_appconfig. Furthermore, the value of the config variable is always a string: 'yes' to include links in imip mail, 'no' to exclude them, or a comma-separated list of email addresses and/or domains for which they should be included. If not specified in oc_appconfig, the default is 'yes'. Signed-off-by:
brad2014 <brad2014@users.noreply.github.com>
-
- Feb 28, 2019
-
-
Brad Rubenstein authored
Signed-off-by:
Brad Rubenstein <brad@wbr.tech>
-
Brad Rubenstein authored
Existing tests required modification to correctly mock up the new config parameter fetch, and to set the RSVP flag for attendees (since the test was detecting token generation, and we no longer generate tokens when no RSVP is requested by the client or sent by nextcloud). Signed-off-by:
Brad Rubenstein <brad@wbr.tech>
-
Brad Rubenstein authored
My oops. The comparisons, which are copied from the IMipPlugin shipped with sabre-io/dav, do not need to be case insensitive because the sender and recipient names are normalized by sabre, (see calls to getNormalizedValue in voboject/lib/ITip/Broker.php). Signed-off-by:
Brad Rubenstein <brad@wbr.tech>
-
Brad Rubenstein authored
If RSVP=TRUE parameter is FALSE or absent for an ATTENDEE, then do no present accept/decline buttons. The organizer isn't asking for an RSVP. Signed-off-by:
Brad Rubenstein <brad@wbr.tech>
-
Brad Rubenstein authored
Signed-off-by:
Brad Rubenstein <brad@wbr.tech>
-
Brad Rubenstein authored
Fix Issue #11230 Only present accept/decline button links in iMip mail for REQUEST, not CANCEL or others. Fix Issue #12156 Implement config setting "dav.invitation_link_recipients", to control which invitation recipients see accept/decline button links. The default, for public internet facing servers, is to always include them. For a server on a private intranet, this setting can be set to the email addresses or email domains of users whose browsers can access the nextcloud server referenced by those accept/decline button links. It can also be set to "false" to exclude the links from all requests. Signed-off-by:
Brad Rubenstein <brad@wbr.tech>
-
- Feb 27, 2019
-
-
Morris Jobke authored
Remove/replace missing css var usages
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Morris Jobke authored
Parse multiple navigation items
-
Morris Jobke authored
Bugfix for issue 10862: Trash-bin ignores trashbin_retention_obligation
-
blizzz authored
Fix top margin for info text when non-default updater server URL is used
-
Morris Jobke authored
Do not register unexisting section
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
John Molakvoæ authored
Add HasPhoto DAV plugin
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Nextcloud bot authored
-
- Feb 26, 2019
-
-
Roeland Jago Douma authored
Fix referrer policy meta tags.
-
Roeland Jago Douma authored
Search sharees on lookup server when explicitly requested by user
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Joas Schilling authored
Add an event to the Autocomplete Controller to allow to filter the re…
-
Dominik Wasielewski authored
Signed-off-by:
Dominik Wasielewski <d-wasi@web.de>
-
Morris Jobke authored
Merge pull request #14342 from nextcloud/bugfix/13911-occ-files-scan-elapsedtime-not-good-after-1day Fix occ files:scan elapsed time
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Morris Jobke authored
fix(EMailTemplate): malformed HTML in some cases
-
Dominik Wasielewski authored
Signed-off-by:
Dominik Wasielewski <d-wasi@web.de>
-
Roeland Jago Douma authored
Limit number of simultaneous MKCOL requests to server to increase upload reliability
-
Roeland Jago Douma authored
Move comments to webpack
-
Nextcloud bot authored
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Users management enhancements and fixes
-
Nextcloud bot authored
-
- Feb 25, 2019
-
-
Tomasz Paluszkiewicz authored
Signed-off-by:
Tomasz Paluszkiewicz <tomasz.paluszkiewicz@gmail.com>
-
Morris Jobke authored
Exclude file name patterns; ignore gentoo webapp files
-
Morris Jobke authored
Fix typo in info log for autoconfig
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
No need to check 2fa state on apptoken logins
-