summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* enable caldav for webdav subtree public-calendarsGeorg Ehrke2018-06-111-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2018-06-112-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-06-1010-4/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-06-0916-0/+52
|
* [tx-robot] updated from transifexNextcloud bot2018-06-08102-934/+998
|
* Merge pull request #9788 from nextcloud/notify-credentials-env-13Morris Jobke2018-06-071-0/+8
|\ | | | | [13] allow setting notify credentials in environment
| * allow setting notify credentials in environmentRobin Appelman2018-06-071-0/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-06-074-2/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-0614-2/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-0410-28/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-036-4/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-026-146/+156
| |
* | Fix the master unit testsRoeland Jago Douma2018-06-012-0/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9610 from ↵Morris Jobke2018-06-011-0/+67
|\ \ | | | | | | | | | | | | nextcloud/bugfix-stable13/3830/invitations_for_shared_calendars [stable13] send invitations for shared calendars
| * | send invitations for shared calendarsGeorg Ehrke2018-05-251-0/+67
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #9707 from ↵Morris Jobke2018-06-016-87/+168
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix-stable13/noid/override_freebusy_sharing_rules [stable13] allow admins to override FreeBusy capabilities without modifying ShareAPI capabilities
| * | | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-316-87/+168
| | | | | | | | | | | | | | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-06-0126-8/+138
| | | |
* | | | Merge pull request #9655 from nextcloud/backport/9268/stable13Roeland Jago Douma2018-05-3114-38/+252
|\ \ \ \ | |/ / / |/| | | [stable13] Do not load calendar/addressbook plugins if not needed
| * | | Remove type hints for PHP 5.6Morris Jobke2018-05-314-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Move repairstep to a custom commandRoeland Jago Douma2018-05-305-38/+21
| | | | | | | | | | | | | | | | | | | | | | | | People that have issues can run it manually Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Fix testsRoeland Jago Douma2018-05-302-2/+16
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Adding repair step which cleans shares of invalid principalsRoeland Jago Douma2018-05-306-11/+188
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/owncloud/core/pull/30149/commits/edacf22fbce4deefc181c53dd84c5fb278a9a28d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | CalDAV and CardDAV plugins need to be registered for the principals ↵Roeland Jago Douma2018-05-302-13/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | collection as well https://github.com/owncloud/core/pull/30149/commits/9f2e6431b88a9635b291b0e824abf74ba766616d Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | When sharing calendars and addressbooks the principal has to be verified to ↵Roeland Jago Douma2018-05-304-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be valid https://github.com/owncloud/core/pull/30149/commits/d3fb8fcdd3a6b00bde0c3c9eb4039876e7fc1967 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Do not load calendar/addressbook plugins if not neededRoeland Jago Douma2018-05-301-16/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #6711 Based on https://github.com/owncloud/core/pull/30149/commits/f0fb21cf3563088284c56be4eac48c7d9725cb21 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-05-3122-116/+68
|/ / /
* | | Merge pull request #9654 from nextcloud/backport/9360/stable13Morris Jobke2018-05-302-6/+6
|\ \ \ | | | | | | | | [stable13] Fix "Invalid argument supplied for foreach()"
| * | | adjust unit tests for \"Invalid argument supplied for foreach()\" fixRoger Szabo2018-05-291-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | Fix "Invalid argument supplied for foreach()"Roger Szabo2018-05-291-2/+2
| | |/ | |/| | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | | Merge pull request #9662 from nextcloud/backport/9640/stable13Morris Jobke2018-05-302-7/+56
|\ \ \ | | | | | | | | [stable13] check user state when fetching to avoid dealing with offline objects
| * | | check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-292-7/+56
| |/ / | | | | | | | | | | | | | | | fixes #9502 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #9657 from nextcloud/backport/9256/stable13Morris Jobke2018-05-306-89/+25
|\ \ \ | | | | | | | | [stable13] improve error reporting and move format parameter to the options
| * | | improve error reporting and move format parameter to the optionsBjoern Schiessle2018-05-296-89/+25
| |/ / | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-3056-12/+98
| | |
* | | Merge pull request #9650 from nextcloud/backport/8842/stable13Morris Jobke2018-05-291-8/+10
|\ \ \ | | | | | | | | [stable13] fix(AmazonS3): fix loop $result['Contents'] error
| * | | fix(AmazonS3): fix loop $result['Contents'] errorenoch2018-05-291-8/+10
| |/ / | | | | | | Invalid argument supplied for foreach() at /var/www/html/apps/files_external/lib/Lib/Storage/AmazonS3.php#295
* | | Merge pull request #9661 from nextcloud/backport/9288/stable13Roeland Jago Douma2018-05-292-11/+126
|\ \ \ | | | | | | | | [stable13] LDAP password renewal fixes
| * | | Remove unneeded semicolon and parenthesesRoger Szabo2018-05-291-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | css indent alignmentRoger Szabo2018-05-291-70/+87
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | adjust css to nc13 core changesRoger Szabo2018-05-291-5/+107
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * | | remove reset password linkRoger Szabo2018-05-291-5/+1
| |/ / | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | | Merge pull request #9659 from nextcloud/backport/9653/stable13Morris Jobke2018-05-292-0/+89
|\ \ \ | | | | | | | | [stable13] The OAuth endpoint needs to support Basic Auth
| * | | The OAuth endpoint needs to support Basic AuthRoeland Jago Douma2018-05-292-0/+89
| |/ / | | | | | | | | | | | | | | | * Add test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9608 from nextcloud/smb-exceptions-on-listingMorris Jobke2018-05-291-3/+13
|\ \ \ | |/ / |/| | [13] Handle exception while itterating trough smb file listing
| * | Make SMB module more fault-tolerantRoland Tapken2018-05-251-3/+13
| |/ | | | | | | | | | | | | | | | | Ignore unavailable files when fetching the share's mtime or reading directory listings. This can happen on servers using a distributed file system (DFS) with unavailable destinations, for example when the remote server is offline. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* | prepare another theming release including translations for recentlyArthur Schiwon2018-05-291-1/+1
| | | | | | | | | | | | | | | | added imprint and privacy policy strings. Languages: fi, fr, de, de_DE (formal), it, es, pt_BR, tr Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-05-2926-8/+38
| |
* | Merge pull request #9622 from nextcloud/backport/9475/stable13Morris Jobke2018-05-281-0/+8
|\ \ | | | | | | [stable13] Delete the previews when a version is restored
| * | Delete the previews when a version is restoredRoeland Jago Douma2018-05-261-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9469 When a version of a file is restored the previews are no longer valid. Thus we should remove them so they are regenerated. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>