Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-25 | 2 | -0/+2 | |
| | ||||||
* | Use correct year for generated birthdays events | Sven Strickroth | 2020-11-20 | 1 | -1/+6 | |
| | | | | | | | | 'X-APPLE-OMIT-YEAR' is not always present, at least iOS 12.4 uses the hard coded date of 1604 (the start of the gregorian calendar) when the year is unknown. cf. https://forums.bitfire.at/topic/2050/bday-without-year-for-vcard-3-0-if-server-drops-property-x-apple-omit-year and https://gitlab.com/CardBook/CardBook/-/issues/586 Signed-off-by: Sven Strickroth <email@cs-ware.de> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-16 | 2 | -0/+12 | |
| | ||||||
* | Fix unit tests | Roeland Jago Douma | 2020-11-12 | 1 | -0/+6 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #24052 from nextcloud/backport/23915/stable19 | Roeland Jago Douma | 2020-11-11 | 2 | -8/+8 | |
|\ | | | | | [stable19] Use png icons in caldav reminder emails | |||||
| * | Use png icons in caldav reminder emails | Richard Steinmetz | 2020-11-11 | 2 | -8/+8 | |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | Apply code style fixes | Morris Jobke | 2020-11-11 | 1 | -1/+0 | |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-03 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-02 | 4 | -4/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-01 | 6 | -6/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-31 | 6 | -12/+30 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-28 | 6 | -4/+14 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-27 | 6 | -6/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-23 | 4 | -2/+4 | |
| | ||||||
* | CalDavBackend: check if timerange is array before accessing | Simon Spannagel | 2020-10-19 | 1 | -1/+2 | |
| | | | | Signed-off-by: Simon Spannagel <simonspa@kth.se> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-16 | 2 | -0/+12 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-13 | 110 | -496/+110 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-12 | 2 | -0/+34 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-11 | 2 | -12/+12 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-09 | 2 | -0/+22 | |
| | ||||||
* | Sync all users to the system addresssbook | Joas Schilling | 2020-09-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-29 | 2 | -0/+8 | |
| | ||||||
* | Fix numeric folders throwing on markDirty | Joas Schilling | 2020-09-25 | 1 | -0/+12 | |
| | | | | | | | | | | | | | TypeError: strpos() expects parameter 1 to be string, int given The problem is that in cacheNode() we strip of any slashes, so a folder "0/" will be trimmed to "0" and be used as an array key. Since PHP automatically casts numeric array keys to integers, you afterwards get $nodePath as int(0). Since it's now a number, the strpos() function does not accept it anymore. Simply casting $nodePath to a string again in the foreach solves the issue Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-24 | 2 | -0/+12 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-20 | 4 | -0/+14 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-18 | 4 | -2/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-15 | 8 | -2/+126 | |
| | ||||||
* | Mitigate encoding issue with user principal uri | Georg Ehrke | 2020-09-14 | 1 | -1/+5 | |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | Properly catch exception from writing to stream when copying a file | Julius Härtl | 2020-09-10 | 1 | -2/+9 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-07 | 4 | -8/+40 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-06 | 18 | -2/+122 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-05 | 110 | -406/+516 | |
| | ||||||
* | Merge pull request #22442 from nextcloud/backport/22421/stable19 | Roeland Jago Douma | 2020-09-04 | 1 | -4/+11 | |
|\ | | | | | [stable19] show better quota warning for group folders and external storage | |||||
| * | fix tests | Robin Appelman | 2020-08-26 | 1 | -4/+11 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Do not keep the part file if the forbidden exception has retry set to false | Julius Härtl | 2020-09-03 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-30 | 4 | -0/+4 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-29 | 4 | -0/+4 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-28 | 14 | -0/+18 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-25 | 2 | -26/+26 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-23 | 6 | -12/+30 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-22 | 2 | -2/+2 | |
| | ||||||
* | Merge pull request #22333 from nextcloud/backport/22236/stable19 | Roeland Jago Douma | 2020-08-21 | 5 | -6/+41 | |
|\ | | | | | [stable19] CalDAV: Add ability to limit sharing to owner | |||||
| * | Add ability to limit sharing to owner | Georg Ehrke | 2020-08-20 | 5 | -6/+41 | |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-21 | 2 | -0/+8 | |
|/ | ||||||
* | Merge pull request #22239 from nextcloud/backport/22128/stable19 | Joas Schilling | 2020-08-19 | 2 | -10/+19 | |
|\ | | | | | [stable19] Delete chunks if the move on an upload failed | |||||
| * | Return proper status when file didn't exist before | Julius Härtl | 2020-08-13 | 2 | -2/+3 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Adjust chunking test for non-existing target node | Julius Härtl | 2020-08-13 | 1 | -3/+7 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Delete chunks if the move on an upload failed | Julius Härtl | 2020-08-13 | 1 | -6/+10 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-19 | 2 | -0/+8 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-14 | 2 | -2/+2 | |
|/ |