summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-12-2910-72/+240
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2834-24/+174
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2738-170/+264
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2620-4/+66
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2516-6/+112
|
* [tx-robot] updated from transifexNextcloud bot2018-12-2430-62/+1472
|
* [tx-robot] updated from transifexNextcloud bot2018-12-238-0/+54
|
* 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>
* | Merge pull request #13209 from nextcloud/backport/13185/stable15Roeland Jago Douma2018-12-221-1/+8
|\ \ | | | | | | [stable15] SCSS cache buster is a combination of apps/theming/scc_vars
| * | SCSS cache buster is a combination of apps/theming/scc_varsRoeland Jago Douma2018-12-211-1/+8
| | | | | | | | | | | | | | | | | | | | | Else on scss files we'd get <file>?v=<hash>?v=<hash2> This is of course not valid. Now it becomes <file>?v=<hash>-<hash2> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-12-2212-0/+14
| | |
* | | Merge pull request #13218 from nextcloud/backport/13187/stable15blizzz2018-12-211-1/+1
|\ \ \ | |_|/ |/| | [stable15] do not forgot to store the second displayname portion
| * | 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>
* | Merge pull request #13206 from nextcloud/backport/13154/stable15Roeland Jago Douma2018-12-211-8/+7
|\ \ | |/ |/| [stable15] Fix ie11 checkboxes
| * Fix ie11 checkboxesJohn Molakvoæ (skjnldsv)2018-12-211-8/+7
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-12-2116-6/+78
|
* Merge pull request #13179 from nextcloud/backport/13171/stable15Roeland Jago Douma2018-12-203-3/+36
|\ | | | | [stable15] Use a case insensitive search for email
| * Use a case insensitive search for emailRoeland Jago Douma2018-12-203-3/+36
|/ | | | | | | | Fixes #7084 Now entering wrongly cased email (roeland@ instead of Roeland@) for password reset etc. Will also work. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #13169 from nextcloud/backport/13163/stable15Roeland Jago Douma2018-12-201-1/+3
|\ | | | | [stable15] Make the footer "Get your own free account" translatable
| * Make the footer "Get your own free account" translatableMichael Weimann2018-12-201-1/+3
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Merge pull request #13155 from nextcloud/fulltextsearc-createindexChristoph Wurst2018-12-202-1/+15
|\ \ | |/ |/| [15.0.1] allow content provider to generate new Index
| * using the createIndex from FullTextSearchManagerMaxence Lange2018-12-191-1/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * allow content provide to generate new IndexMaxence Lange2018-12-191-0/+14
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | [tx-robot] updated from transifexNextcloud bot2018-12-2020-126/+54
| |
* | Merge pull request #13150 from nextcloud/backport/13116/stable15Roeland Jago Douma2018-12-192-55/+98
|\ \ | |/ |/| [stable15] Only trust the X-FORWARDED-HOST header for trusted proxies
| * Only trust the X-FORWARDED-HOST header for trusted proxiesRoeland Jago Douma2018-12-192-55/+98
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13151 from nextcloud/backport/13133/stable15John Molakvoæ2018-12-191-0/+4
|\ \ | |/ |/| [stable15] Prevent special characters from breaking the file drop remote url
| * 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-1918-48/+62
|
* Merge pull request #13123 from nextcloud/backport/13118/stable15Roeland Jago Douma2018-12-181-0/+1
|\ | | | | [stable15] Fix SAML Client login flow on Apple devices
| * Fix SAML Client login flow on Apple devicesRoeland Jago Douma2018-12-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | Because the redirect from the SAML/SSO endpoint is a POST the lax/strict cookies are not properly send. Note that it is not strictly requried on this endpoint as we do not need the remember me data. Only the real session info is enough. The endpoint is also already protected by a state token. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-12-182-0/+2
| |
* | Merge pull request #13119 from nextcloud/backport/12693/stable15blizzz2018-12-177-17/+71
|\ \ | |/ |/| [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>
| * run LDAP integrations tests with redis which is the recommended setupArthur Schiwon2018-12-171-0/+18
| | | | | | | | 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-1736-40/+250
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-1624-42/+100
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-1516-14/+40
|/
* [tx-robot] updated from transifexNextcloud bot2018-12-1416-2/+72
|
* [tx-robot] updated from transifexNextcloud bot2018-12-13128-232/+268
|
* Merge pull request #13029 from nextcloud/backport/13009/stable15Roeland Jago Douma2018-12-121-7/+35
|\ | | | | [stable15] Better activities for systemtags that are removed by CLI
| * Better activities for systemtags that are removed by CLIJoas Schilling2018-12-121-7/+35
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #13007 from nextcloud/backport/13003/stable15Roeland Jago Douma2018-12-121-0/+1
|\ | | | | [stable15] Use default cursor for disabled primary buttons
| * Use default cursor for disabled primary buttonsDaniel Calviño Sánchez2018-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | Disabled buttons use the default cursor, but as the cursor property for primary buttons is set after the cursor property for disabled buttons the latter is always overridden, even if the primary button is also disabled. Due to this it is necessary to explicitly set the default cursor for disabled primary buttons. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-12-1226-18/+58
|/