summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Display notice for already enabled appsSander Ruitenbeek2020-04-241-0/+4
| | | | | | Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl> Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
* Updated test to check for already enabled appsSander Ruitenbeek2020-04-241-0/+1
| | | | Signed-off-by: Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
* Merge pull request #20627 from ↵Morris Jobke2020-04-245-195/+0
|\ | | | | | | | | nextcloud/cleanup/noid/remove-obsolete-repair-steps Remove obsolete repair steps for logo and updater channel
| * Remove obsolete repair steps for logo and updater channelMorris Jobke2020-04-245-195/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #20298 from nextcloud/enh/noid/auto-logoutblizzz2020-04-2416-117/+219
|\ \ | | | | | | Allow to configure auto logout after browser inactivity
| * | Bump bundlesJulius Härtl2020-04-2310-85/+85
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Make sure that the legacy jsunit tests can still inject OC.configJulius Härtl2020-04-231-6/+14
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Do not create remember me cookieJulius Härtl2020-04-232-3/+30
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add config fallback for legacy testsJulius Härtl2020-04-231-1/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add config for auto logout after browser inactivityJulius Härtl2020-04-232-6/+53
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Provide config though initial state serviceJulius Härtl2020-04-232-24/+37
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #20626 from nextcloud/enh/scan-appdata-folder-argRoeland Jago Douma2020-04-241-2/+16
|\ \ \ | | | | | | | | Add folder argument to files:scan-app-data
| * | | Add folder argument to files:scan-app-dataRoeland Jago Douma2020-04-221-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If you need to rescan something but don't feel like rescanning your whole preview stash. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perfblizzz2020-04-2410-206/+428
|\ \ \ \ | | | | | | | | | | LDAP Group Backend optimizations
| * | | | formattingArthur Schiwon2020-04-238-144/+254
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | do not rerun expensive sanitizer against already processed DNsArthur Schiwon2020-04-171-4/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | read records from DB for lists at once, not one by one.Arthur Schiwon2020-04-175-36/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep a runtime cache of dn-id-mapping Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | don't circulate with only one backendArthur Schiwon2020-04-173-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - saves some overhead costs - in some occasions saves LDAP requests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | consolidate groupsMatchFilter in groupsExistArthur Schiwon2020-04-172-44/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - less duplication - profiting of the same cache entry Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2434-16/+92
| | | | |
* | | | | Merge pull request #18816 from nextcloud/bugfix/noid/paginate-contacts-searchblizzz2020-04-237-4/+16
|\ \ \ \ \ | |_|_|/ / |/| | | | Use paginated search for contacts
| * | | | Use paginated search for contactsJulius Härtl2020-04-237-4/+16
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #20618 from nextcloud/bugfix/noid/fix-workflow-uiblizzz2020-04-2314-25/+25
|\ \ \ \ | | | | | | | | | | Fix workflow UI
| * | | | Fix workflow UIJoas Schilling2020-04-2314-25/+25
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #20599 from nextcloud/getDirectoryContent-filter-blacklistedRobin Appelman2020-04-232-2/+1
|\ \ \ \ | |/ / / |/| | | filter out blacklisted files in getDirectoryContent
| * | | make php-cs happyRobin Appelman2020-04-231-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | filter out blacklisted files in getDirectoryContentRobin Appelman2020-04-231-1/+1
|/ / / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #20510 from nextcloud/version/19/beta5v19.0.0beta5Roeland Jago Douma2020-04-231-2/+2
|\ \ \ | | | | | | | | 19 Beta 5
| * | | 19 Beta 5Roeland Jago Douma2020-04-161-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-2318-8/+182
| | | |
* | | | Merge pull request #19399 from nextcloud/smb-read-aclblizzz2020-04-222-0/+38
|\ \ \ \ | | | | | | | | | | Add option to check share ACL's when listing directories
| * | | | add tooltip to optionRobin Appelman2020-04-221-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | Add option to check share ACL's when listing directoriesRobin Appelman2020-04-212-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a file or folder in a directory doesn't have read permissions they will not be shown Note that enabling this option incurs a performance penalty additional requests need to be made to get all the acl. Additionally the acl resolving logic is fairly primitive at the moment and might not work correctly in all setups (it should error to showing the entry) Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #20576 from nextcloud/fix/dav/oc-etagRoeland Jago Douma2020-04-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Make sure that OC-ETag is set again
| * | | | | Make sure that OC-ETag is set againRoeland Jago Douma2020-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #20595 from nextcloud/fix/ie11-fallback-uploadJohn Molakvoæ2020-04-221-2/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #20594 from ↵Roeland Jago Douma2020-04-221-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/revert-20554-dependabot/composer/build/integration/guzzlehttp/guzzle-6.5.3 Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in /build/integration"
| * | | | | | Revert "Update guzzlehttp/guzzle requirement from 6.5.2 to 6.5.3 in ↵Roeland Jago Douma2020-04-221-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | /build/integration"
* | | | | | Merge pull request #20575 from nextcloud/fix/sharing-suggestionsMorris Jobke2020-04-224-32/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix Sharing recommendation user display
| * | | | | | Fix Sharing recommendation user displayJohn Molakvoæ (skjnldsv)2020-04-214-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 #20591 from nextcloud/fix/settingsRoeland Jago Douma2020-04-223-110/+98
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix settings routing
| * | | | | | Fix new routing in settings etcRoeland Jago Douma2020-04-223-110/+98
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also prefix resources Unify the prefix handling Handle urls with and without slash Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #20536 from ↵Morris Jobke2020-04-221-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/fix/noid/ldap-73api-read-wo-pagedresults do not run paged results against ldap_read ops on PHP7.3+
| * | | | | do not run paged results against ldap_read ops on PHP7.3+Arthur Schiwon2020-04-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - previously it was needed as the PHP LDAP handling of paged results was strange - but now the read operation would fail, e.g. with extra home dir attribute set ("Home dir attribute can't be read from LDAP for uid: foobar" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-04-2212-16/+44
| |_|/ / / |/| | | |
* | | | | Merge pull request #20114 from ↵Roeland Jago Douma2020-04-2114-273/+229
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls Allow some apps to have root URLs in their own routing file
| * | | | PHP CS fixesJoas Schilling2020-04-182-5/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Directly use the class to get the serviceJoas Schilling2020-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Make sure the cloud_federation_api routes are loadedJoas Schilling2020-04-181-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>