summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-11-076-2/+20
|
* Use the proper server for the apptoken flow loginRoeland Jago Douma2018-11-061-21/+23
| | | | | | | | | | | | | If a user can't authenticate normally (because they have 2FA that is not available on their devices for example). The redirect that is generated should be of the proper format. This means 1. Include the protocol 2. Include the possible subfolder Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-11-062-2/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-11-056-12/+60
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0418-18/+108
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0352-96/+146
|
* Merge pull request #12197 from nextcloud/backport/12188/revert-wait-for-cronRoeland Jago Douma2018-11-022-10/+2
|\ | | | | [stable14] Revert "Wait for cron to finish before running upgrade command"
| * Revert "Wait for cron to finish before running upgrade command"Morris Jobke2018-11-012-10/+2
| | | | | | | | | | | | This reverts commit 18e9631810ad1d3d72c2b4bbee330169808108ad. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-11-02124-408/+424
|/
* Add tests for edit permission state on file sharesJulius Härtl2018-11-011-0/+31
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not set indeterminate state for file sharesJulius Härtl2018-11-012-1/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-11-0112-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-10-31122-404/+404
|
* [tx-robot] updated from transifexNextcloud bot2018-10-306-4/+118
|
* [tx-robot] updated from transifexNextcloud bot2018-10-2910-6/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-10-282-50/+54
|
* [tx-robot] updated from transifexNextcloud bot2018-10-2720-4/+44
|
* [tx-robot] updated from transifexNextcloud bot2018-10-26126-674/+262
|
* [tx-robot] updated from transifexNextcloud bot2018-10-254-52/+62
|
* Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-241-1/+1
| | | | | | | | | | | | | | In https://github.com/nextcloud/server/commit/2f87fb6b456fd109c90a5093c31b7a3f62a32040 this header was introduced. The referenced documentation says: > When delivered with a response from https://example.com/clear, the following header will cause cookies associated with the origin https://example.com to be cleared, as well as cookies on any origin in the same registered domain (e.g. https://www.example.com/ and https://more.subdomains.example.com/). This also applies if `https://nextcloud.example.com/` sends the `Clear-Site-Data: "cookies"` header. This is not the behavior we want at this point! So I removed the deletion of cookies from the header. This has no effect on the logout process as this header is supported only recently and the logout works in old browsers as well. Signed-off-by: Patrick Conrad <conrad@iza.org> (cherry picked from commit 1806baaeafa284808cceb1a38ea2e1a9189d0407)
* [tx-robot] updated from transifexNextcloud bot2018-10-242-0/+70
|
* [tx-robot] updated from transifexNextcloud bot2018-10-2348-114/+458
|
* Merge pull request #11925 from ↵Morris Jobke2018-10-231-0/+4
|\ | | | | | | | | nextcloud/backport/11920/properly-ignore-compiled-files-l10n [stable14] Add .l10nignore files for compiled assets
| * Add .l10nignore files for compiled assetsMorris Jobke2018-10-191-0/+4
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Allow "same-origin" as "Referrer-Policy"Moritz Beck2018-10-202-13/+10
|/ | | | | | | | | Fixes #11531 Although "same-origin" is more strict than e.g. strict-origin it showed up a warning in setupcheck Based on https://scotthelme.co.uk/a-new-security-header-referrer-policy/ Signed-off-by: Moritz Beck <git@birkenstab.de>
* Remove duplicate call to decodeURIComponentBernd Stellwag2018-10-111-2/+0
| | | | | | | Signed-off-by: Bernd Stellwag <burned@zerties.org> (cherry picked from commit 0f030d885b735fa52536578d2cd269e3e9e39ffa) Signed-off-by: Bernd Stellwag <burned@zerties.org>
* Ignore "session_lifetime" if it can not be converted to a numberDaniel Calviño Sánchez2018-10-111-1/+3
| | | | | | | | | | | When "session_lifetime" can not be converted to a number the interval becomes a NaN due to dividing it by 2. This NaN was "dragged" over all the other mathematical operations and caused the csrftoken to be got again and again due to an infinite loop with no pauses in "setInterval". Now, the interval is set to the default value instead if the "session_lifetime" can not be converted to a number. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #11662 from nextcloud/fix/11468/app-menu-scrollbar-14Roeland Jago Douma2018-10-111-1/+2
|\ | | | | [14] Fixes the apps menu scrollbar
| * Fixes the apps menu scrollbarMichael Weimann2018-10-071-1/+2
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Fix a misleading setup check for .well-known/caldav & carddavMorris Jobke2018-10-101-4/+4
| | | | | | | | | | | | The problem is that the version without the slash is the correct one. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-10-10126-974/+572
|/
* [tx-robot] updated from transifexNextcloud bot2018-10-074-2/+28
|
* [tx-robot] updated from transifexNextcloud bot2018-10-05116-124/+160
|
* [tx-robot] updated from transifexNextcloud bot2018-10-0412-12/+58
|
* [tx-robot] updated from transifexNextcloud bot2018-10-03128-1120/+1756
|
* Force multiselect max-height to 5.5 itemsJohn Molakvoæ (skjnldsv)2018-10-031-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #11558 from nextcloud/stable14-header-overflowRoeland Jago Douma2018-10-021-1/+0
|\ | | | | [stable14] Fix header overflow, fix more apps menu, fix #11552
| * Fix header overflow, fix more apps menu, fix #11552Jan-Christoph Borchardt2018-10-021-1/+0
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #11554 from nextcloud/backport/11111/fix-app-menu-iosMorris Jobke2018-10-021-0/+1
|\ \ | |/ |/| [stable14] Added kinetic scrolling for iOS to apps dropdown menu #10281
| * Added kinetic scrolling for iOS to apps dropdown menu #10281kevin1471472018-10-021-0/+1
| | | | | | this is tested with nc14
* | Merge pull request #11516 from nextcloud/backport/11515/mimteype-list-updateRoeland Jago Douma2018-10-011-0/+6
|\ \ | | | | | | [stable14] Add missing compiled mimetype list
| * | Add missing compiled mimetype list - see #10135Morris Jobke2018-10-011-0/+6
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #11511 from nextcloud/stable14-share-headerRoeland Jago Douma2018-10-012-3/+6
|\ \ | | | | | | [stable14] Fix share header text on small widths
| * | Remove non-clickable right margin from 3-dot-menu in share page headerJan-Christoph Borchardt2018-10-011-2/+0
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Ellipsize long filenames and sharee names in public share page headerJan-Christoph Borchardt2018-10-011-1/+6
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* / Fix public page footer link wrapJan-Christoph Borchardt2018-10-011-0/+3
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* CleanupJohn Molakvoæ (skjnldsv)2018-09-281-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Center back the history iconJohn Molakvoæ (skjnldsv)2018-09-282-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix invalid inline input confirm borderJohn Molakvoæ (skjnldsv)2018-09-281-160/+160
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixes the logo heightMichael Weimann2018-09-261-3/+3
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>