summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* [tx-robot] updated from transifexNextcloud bot2019-01-0558-106/+130
|
* Fix loginflow with apptoken enter on iOSRoeland Jago Douma2019-01-044-11/+17
| | | | | | | It seems iOS doesn't like us to change the location. So now we submit it to the server that geneartes the redirect. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-0410-50/+64
|
* Merge pull request #13224 from nextcloud/stb14-svg-controller-fixesJohn Molakvoæ2019-01-031-3/+4
|\ | | | | [stable14] Use only app path to get the icon on the svg api
| * Use only app path to get the icon on the svg apiJohn Molakvoæ (skjnldsv)2018-12-211-3/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #13322 from nextcloud/backport/13163/stable14Roeland Jago Douma2019-01-031-1/+3
|\ \ | | | | | | [stable14] Make the footer "Get your own free account" translatable
| * | Make the footer "Get your own free account" translatableMichael Weimann2019-01-021-1/+3
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | [tx-robot] updated from transifexNextcloud bot2019-01-036-8/+148
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-01-024-8/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2019-01-012-122/+122
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-314-10/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-304-42/+114
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-294-68/+232
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-2810-4/+46
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-2710-40/+72
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-266-2/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-258-2/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-246-0/+904
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-234-0/+28
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-2212-0/+14
|/
* 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-212-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-12-204-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-192-4/+4
|
* 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-174-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-12-164-12/+22
|
* [tx-robot] updated from transifexNextcloud bot2018-12-154-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-12-138-4/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-12-1214-8/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-12-114-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-12-104-14/+52
|
* [tx-robot] updated from transifexNextcloud bot2018-12-094-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-0812-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-12-078-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-12-068-570/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-12-056-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-12-046-10/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-12-032-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-028-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-12-0110-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-11-30122-154/+154
|
* [tx-robot] updated from transifexNextcloud bot2018-11-292-0/+570
|
* [tx-robot] updated from transifexNextcloud bot2018-11-282-36/+206
|
* [tx-robot] updated from transifexNextcloud bot2018-11-272-26/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-11-262-2/+84
|
* [tx-robot] updated from transifexNextcloud bot2018-11-252-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-244-12/+38
|
* Merge pull request #12560 from nextcloud/stb14-share-menu-click-fixMorris Jobke2018-11-232-11/+16
|\ | | | | [stable14] Fix share link password input
| * Fix share link password inputJohn Molakvoæ (skjnldsv)2018-11-222-11/+16
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>