summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [tx-robot] updated from transifexNextcloud bot2020-05-0816-4/+120
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-05-0728-70/+308
| | | | |
* | | | | Merge pull request #20805 from nextcloud/backport/20640/stable18Morris Jobke2020-05-061-0/+2
|\ \ \ \ \ | | | | | | | | | | | | [stable18] Correctly hide table headers in filepicker
| * | | | | Correctly hide table headers in filepickerRaimund Schlüßler2020-05-041-0/+2
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* | | | | Merge pull request #20830 from nextcloud/backport/20825/stable18John Molakvoæ2020-05-063-9/+11
|\ \ \ \ \
| * | | | | Fix filtering our owner & current user from sharesJohn Molakvoæ (skjnldsv)2020-05-053-9/+11
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* / | | | [tx-robot] updated from transifexNextcloud bot2020-05-066-2/+52
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2020-05-0524-18/+284
| | | |
* | | | Merge pull request #20808 from nextcloud/backport/20807/stable18Morris Jobke2020-05-041-1/+1
|\ \ \ \ | |/ / / |/| | | [stable18] clarified trash bin retention by storage shortage override in config.sample.php
| * | | clarified trash bin retention by storage shortage overrideSascha Wiswedel2020-05-041-1/+1
|/ / / | | | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-05-0410-2/+18
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-05-0324-22/+68
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-05-02180-104/+1056
| |/ |/|
* | Merge pull request #20763 from nextcloud/backport/20710/stable18Roeland Jago Douma2020-05-012-10/+10
|\ \ | | | | | | [stable18] Fix Argon2 options checks
| * | Fix Argon2 options checksMichaIng2020-05-012-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum. Options are now applied the following way: - If config.php contains the setting with an integer higher or equal to the minimum, it is applied. - If config.php contains the setting with an integer lower than the minimum, the minimum is applied. - If config.php does not contain the setting or with no integer value, the PHP default is applied. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #20635 from nextcloud/backport/20587/stable18Roeland Jago Douma2020-05-012-2/+13
|\ \ \ | |/ / |/| | [stable18] Allow specifying a default expiration date
| * | Allow specifying a default expiration dateRoeland Jago Douma2020-05-012-2/+13
|/ / | | | | | | | | | | This overrides the max expiration date. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #20740 from nextcloud/backport/20262/stable18Roeland Jago Douma2020-05-0116-54/+99
|\ \ | | | | | | [stable18] Allow to navigate to others with access from the sidebar
| * | Allow to navigate to others with access from the sidebarRoeland Jago Douma2020-04-3016-54/+99
| |/ | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #20750 from nextcloud/backport/20744/stable18Roeland Jago Douma2020-05-013-20/+24
|\ \ | | | | | | [stable18] Fix public layout header title & description
| * | Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)2020-04-303-20/+24
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / [tx-robot] updated from transifexNextcloud bot2020-05-0128-10/+68
|/
* [tx-robot] updated from transifexNextcloud bot2020-04-3076-126/+364
|
* Merge pull request #20647 from nextcloud/backport/19002/stable18Morris Jobke2020-04-291-0/+17
|\ | | | | [stable18] Fix security header setting in .htaccess by adding 'onsuccess unset'
| * Fix security header setting in .htaccess by adding 'onsuccess unset'zertrin2020-04-251-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The headers might already be set by the system administrator at the http server level (apache or nginx) for some or all virtualhosts. Using "always set" in the .htaccess of Nextcloud leads to the situation where the headers might be set twice (once in the default 'onsuccess' table and once in the 'always' table)! Which leads to warnings in the admin area. Adding "onsuccess unset" solves the problem, and forces the header in the 'onsucess' table to be unset, and the header in the 'always' table to be set. NOTE: with this change, Nextcloud overrides whatever the system administrator might have already set See github issues #16893 #16476 #16938 #18017 and discussion in PR #19002 Signed-off-by: zertrin <zertrin@gmail.com>
* | Merge pull request #20680 from nextcloud/backport/20632/stable18Roeland Jago Douma2020-04-292-4/+22
|\ \ | | | | | | [stable18] Only catch anonymous OPTIONS for Office
| * | Only catch anonymous OPTIONS for OfficeJulius Härtl2020-04-272-4/+22
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-296-0/+62
| | |
* | | Merge pull request #20701 from nextcloud/backport/20676/stable18blizzz2020-04-281-3/+3
|\ \ \ | | | | | | | | [stable18] Don't remove last user in ldap group when limit is -1
| * | | Don't remove last user in ldap group when limit is -1Clement Wong2020-04-281-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Clement Wong <git@clement.hk>
* | | | Merge pull request #20703 from nextcloud/backport/20636/stable18Morris Jobke2020-04-282-1/+171
|\ \ \ \ | |/ / / |/| | | [stable18] Add tests for update notification controller for non-default updater …
| * | | Add tests for update notification controller for non-default updater server URLMorris Jobke2020-04-282-1/+171
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #20682 from nextcloud/backport/20650/stable18Roeland Jago Douma2020-04-281-1/+1
|\ \ \ | | | | | | | | [stable18] Adhere to EMailTemplate interface in constructor call.
| * | | Adhere to EMailTemplate interface in constructor call.Tekhnee2020-04-271-1/+1
| |/ / | | | | | | | | | | | | Email creation appears to have been refactored lately but it looks like custom template-based emails were left out. Signed-off-by: Tekhnee <info@tekhnee.org>
* / / [tx-robot] updated from transifexNextcloud bot2020-04-2818-14/+30
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-04-2718-8/+256
| |
* | [tx-robot] updated from transifexNextcloud bot2020-04-266-2/+10
|/
* [tx-robot] updated from transifexNextcloud bot2020-04-2526-10/+40
|
* Merge pull request #20578 from nextcloud/backport/20449/stable18Morris Jobke2020-04-241-0/+5
|\ | | | | [stable18] Array offset error due to empty file versions array
| * Fix #19066 - Array offset error due to empty file versions arrayLiam JACK2020-04-211-0/+5
| | | | | | | | Signed-off-by: Liam JACK <liamjack@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-04-2434-16/+92
| |
* | Merge pull request #20588 from nextcloud/backport/20564/stable18Morris Jobke2020-04-233-5/+5
|\ \ | | | | | | [stable18] Set fileInfo correctly for LegacyTabs
| * | Set fileInfo correctly for LegacyTabsChristoph Seitz2020-04-213-5/+5
| |/ | | | | | | | | | | | | | | | | | | Watch for changes of the fileInfo prop and propagate it to, the underlying component. Fixes #20106. Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #20596 from nextcloud/backport/20575/stable18Morris Jobke2020-04-234-32/+33
|\ \ | | | | | | [stable18] Fix Sharing recommendation user display
| * | Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)2020-04-224-32/+33
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #20602 from nextcloud/backport/20595/stable18Morris Jobke2020-04-231-2/+26
|\ \ \ | | | | | | | | [stable18] Fix IE11 upload fallback methods
| * | | Fix IE11 upload fallback methodsJohn Molakvoæ (skjnldsv)2020-04-221-2/+26
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-2318-8/+182
|/ / /
* | | Merge pull request #20580 from nextcloud/version/18.0.4/finalv18.0.4Roeland Jago Douma2020-04-221-2/+2
|\ \ \ | |/ / |/| | 18.0.4
| * | 18.0.4Roeland Jago Douma2020-04-211-2/+2
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>