summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-12-3114-180/+280
|
* [tx-robot] updated from transifexNextcloud bot2018-12-3030-22/+188
|
* [tx-robot] updated from transifexNextcloud bot2018-12-292-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2818-18/+106
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2720-52/+104
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2612-2/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-12-256-2/+86
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2422-44/+328
|
* [tx-robot] updated from transifexNextcloud bot2018-12-234-0/+26
|
* Merge pull request #13215 from nextcloud/backport/13212/stable15Roeland Jago Douma2018-12-221-2/+5
|\ | | | | [stable15] Files list not rendering if user has favorites navigation unfolded
| * Replace ChildNode.before with custom before helperJulius Härtl2018-12-221-2/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | do not forgot to store the second displayname portionArthur Schiwon2018-12-211-1/+1
|/ | | | | | otherwise it causes a chain reaction of system addressbook updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-12-2112-6/+62
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2014-124/+46
|
* Prevent special characters from breaking the file drop remote urlJohn Molakvoæ (skjnldsv)2018-12-191-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-12-1914-22/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-12-182-0/+2
|
* Merge pull request #13119 from nextcloud/backport/12693/stable15blizzz2018-12-176-17/+53
|\ | | | | [stable15] fix exception on LDAP mapping during login
| * LDAP clear cache on config modification also when done via API or CLIArthur Schiwon2018-12-173-1/+19
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * be careful with mixed return values even if it may look unsuspicious…Arthur Schiwon2018-12-172-2/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * cache users as existing after mappingArthur Schiwon2018-12-171-14/+30
| | | | | | | | | | | | | | | | | | during login they might be cached as non-existing and cause an Exception in the long run reduces some duplication, too Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #13076 from ↵Roeland Jago Douma2018-12-176-24/+1193
|\ \ | |/ |/| | | | | nextcloud/stb15-ie11-compatibility-updatenotifications [stable15] Ie11 compatibility updatenotifications
| * Transpile arrow function for ie11 compatibilityJohn Molakvoæ (skjnldsv)2018-12-146-24/+1193
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-12-1726-26/+144
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-1616-22/+64
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-156-2/+22
|/
* [tx-robot] updated from transifexNextcloud bot2018-12-1414-0/+70
|
* [tx-robot] updated from transifexNextcloud bot2018-12-13118-228/+254
|
* Better activities for systemtags that are removed by CLIJoas Schilling2018-12-121-7/+35
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-12-1212-10/+22
|
* [tx-robot] updated from transifexNextcloud bot2018-12-114-4/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-12-1010-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-12-094-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-12-0820-2/+52
|
* If the parent is not cached we should request the fileRoeland Jago Douma2018-12-071-3/+3
| | | | | | Else we ignore all incomming shares. Which basically does :boom: Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-12-076-0/+44
|
* Add abort stub in JSUnitMorris Jobke2018-12-061-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not show general warning on free space errorRoeland Jago Douma2018-12-061-1/+1
| | | | | | | | Fixes #12588 Probably needs more fixing for the other cases. But this is the quick fix I could come up with for now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-12-0610-2/+56
|
* Merge pull request #12836 from nextcloud/backport/12624/stable15Morris Jobke2018-12-053-3/+3
|\ | | | | [stable15] Validate all rich objects
| * Fix wrong used typeJoas Schilling2018-12-053-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #12828 from nextcloud/backport/12626/stable15Morris Jobke2018-12-053-3/+64
|\ \ | | | | | | [stable15] Unshare from mail activity is missing
| * | Unshare from mail activity is missingJoas Schilling2018-12-043-3/+64
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | No DAV user enumeration if disabledRoeland Jago Douma2018-12-054-1/+61
| |/ |/| | | | | | | | | | | | | | | Fixes #9058 If the option to autocomplete users is disabled. We also should not enumerate the users on this endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | make a button out of 'What's new' so it's obvious it can be clicked on #12757John Molakvoæ (skjnldsv)2018-12-053-10/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #12816 from nextcloud/backport/12813/stable15Roeland Jago Douma2018-12-051-7/+8
|\ \ | | | | | | [stable15] Fix the system address book
| * | Fix the system address bookRoeland Jago Douma2018-12-041-7/+8
| |/ | | | | | | | | | | | | | | c23a66cda46d9a1f0ce8dc60a6c160809c87d9f6 broke the system address book. We now move the ACL rules for this special case up and all is good in the world again. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-12-0510-8/+16
| |
* | Fix layout of "i" in admin settings of federated sharingMorris Jobke2018-12-042-3/+7
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Only run the AnonymousOptionsPlugion on Anonymous requestsRoeland Jago Douma2018-12-041-1/+1
| | | | | | Fixes #12744 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>