summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-08-276-6/+14
|
* Merge pull request #16871 from nextcloud/fix/dav-reminder-job-constructorRoeland Jago Douma2019-08-261-0/+1
|\ | | | | Fix missing parent constructor call in DAV reminder job
| * Fix missing parent constructor call in DAV reminder jobChristoph Wurst2019-08-261-0/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #16722 from nextcloud/bugfix/noid/remove_coffinRoeland Jago Douma2019-08-262-77/+173
|\ \ | |/ |/| Replace coffin emoji with cross
| * replace coffin with textual description "Death of ..."Georg Ehrke2019-08-262-77/+173
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #16723 from nextcloud/fix/sharing/unshare-messageJoas Schilling2019-08-262-1/+21
|\ \ | |/ |/| Add expiration event for shares
| * Add expiration event for sharesJohn Molakvoæ (skjnldsv)2019-08-212-1/+21
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #16854 from ↵Roeland Jago Douma2019-08-2610-11/+11
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-7.3.1 Bump sass-loader from 7.2.0 to 7.3.1
| * | Bump sass-loader from 7.2.0 to 7.3.1dependabot-preview[bot]2019-08-2510-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 7.2.0 to 7.3.1. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v7.2.0...v7.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-08-266-2/+50
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-08-232-0/+6
| |
* | Merge pull request #16829 from nextcloud/bugfix/noid/projects-pick-foldersRoeland Jago Douma2019-08-225-6/+6
|\ \ | | | | | | Let users pick folders on projects
| * | Properly handle failures and allow choosing folders for projectsJulius Härtl2019-08-215-6/+6
| |/ | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-08-2228-10/+156
| |
* | Merge pull request #16798 from jmattt/gridview-fixRoeland Jago Douma2019-08-211-0/+5
|\ \ | |/ |/| Fix scrolling after switching to grid view
| * Fix grid viewJonathan Matthews2019-08-191-0/+5
| | | | | | Signed-off-by: Jonathan Matthews <jgit@pixelnet.work>
* | [tx-robot] updated from transifexNextcloud bot2019-08-2012-72/+138
|/
* Merge pull request #16784 from nextcloud/bugfix/noid/fix_foreach_valarm_errorRoeland Jago Douma2019-08-192-0/+40
|\ | | | | fix foreach error for reminder generator
| * fix foreach error for reminder generatorGeorg Ehrke2019-08-182-0/+40
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2019-08-1916-6/+200
|/
* Merge pull request #16778 from nextcloud/dependabot/npm_and_yarn/webpack-4.39.2Roeland Jago Douma2019-08-1817-17/+17
|\ | | | | Bump webpack from 4.39.1 to 4.39.2
| * Bump webpack from 4.39.1 to 4.39.2dependabot-preview[bot]2019-08-1817-17/+17
| | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.39.1 to 4.39.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.39.1...v4.39.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-08-1832-44/+476
|/
* [tx-robot] updated from transifexNextcloud bot2019-08-1740-4/+248
|
* [tx-robot] updated from transifexNextcloud bot2019-08-16104-208/+236
|
* Final fixesGeorg Ehrke2019-08-1518-868/+1659
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Add repair step to register reminder index for existing eventsGeorg Ehrke2019-08-156-4/+240
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Support recurring events + repeating alarmsGeorg Ehrke2019-08-1520-576/+1908
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Provide a fake AudioProvider that is basically the same as PushProvider, ↵Georg Ehrke2019-08-154-0/+40
| | | | | | better then not showing reminders at all for now Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Stop using deprecated registerNotifier, use registerNotifierService insteadGeorg Ehrke2019-08-151-12/+6
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Implement getID and getName in Reminder/Notifier as required since Nextcloud 17Georg Ehrke2019-08-151-0/+20
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* smaller syntax changes to CalDAV reminder classesGeorg Ehrke2019-08-157-56/+38
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* run send reminders background-job only when mode is not set to occGeorg Ehrke2019-08-151-4/+9
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add occ dav:send-event-reminders, so you don't have to rely on the ↵Georg Ehrke2019-08-154-0/+77
| | | | | | background-job Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Support event reminders (email and notifications)Thomas Citharel2019-08-1528-6/+2711
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #16666 from nextcloud/feature/calendar/delegationRoeland Jago Douma2019-08-1526-138/+847
|\ | | | | Feature/calendar/delegation
| * use principaluri instead of userid, allowing to add delegates for rooms and ↵Georg Ehrke2019-08-1521-222/+644
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | things Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup add owner_id and proxy_id as db index, since we use it for querying Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup don't add ACL for each individual proxy, just use calendar-proxy groups Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup allow delegation of resources / rooms Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup fix addIndex call in migration Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup fix remaining constructor calls of Principal Signed-off-by: Georg Ehrke <developer@georgehrke.com> !fixup minor fixes and unit tests Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * Early first stage implementation of the groupsetRoeland Jago Douma2019-08-151-2/+54
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Use the proxymapper to obtain valid proxy dataRoeland Jago Douma2019-08-1510-32/+99
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add DB mapper and EntityRoeland Jago Douma2019-08-144-0/+115
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add table to handle calendar delegationsRoeland Jago Douma2019-08-142-1/+54
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16154 from ↵Roeland Jago Douma2019-08-151-2/+8
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/accessibility-focusable-viewtoggle Make possible to focus grid/list view toggle via keyboard
| * | Always put the gridview toggle on the visible part of the pageJohn Molakvoæ (skjnldsv)2019-08-141-2/+8
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Rename delete label to Delete folder/file (#16741)John Molakvoæ2019-08-151-1/+4
|\ \ \ | | | | | | | | Rename delete label to Delete folder/file
| * | | Rename delete label to Delete folder/fileJohn Molakvoæ (skjnldsv)2019-08-141-1/+4
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #12392 from ↵Roeland Jago Douma2019-08-152-213/+198
|\ \ \ | | | | | | | | | | | | | | | | brad2014/feature/properly-present-buttons-from-imip-mails Customize presentation of accept/decline buttons in iMip mail
| * | | Move dav.invitation_link_recipients from getSystemValue to getAppValuebrad20142019-07-312-28/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | IMipPlugin: DRY up - move common test set-up into setUp functionBrad Rubenstein2019-02-281-311/+117
| | | | | | | | | | | | | | | | Signed-off-by: Brad Rubenstein <brad@wbr.tech>
| * | | IMipPlugin: Added unit test for dav.invitation_link_recipients supportBrad Rubenstein2019-02-281-0/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | Revert 3ff3ed0c56 case-insensitive compares.Brad Rubenstein2019-02-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>