summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Hide search results after switching directoryVincent Petry2016-06-241-0/+7
| | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear.
* Fix search result link for file results outside default listVincent Petry2016-06-241-2/+2
| | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list.
* use string array when fetching share idsJörn Friedrich Dreyer2016-06-231-1/+1
|
* Rollback version must also adjust cached sizeVincent Petry2016-06-221-0/+11
|
* Fix typoJuan Pablo Villafáñez2016-06-101-1/+1
|
* Handle storage not available to show an error messageJuan Pablo Villafáñez2016-06-101-0/+3
|
* Construct path to the version file from the current directory and filename. ↵Victor Dubiniuk2016-06-081-4/+6
| | | | Fixes #22450
* Use a capped memory cache for the user/group cacheRoeland Jago Douma2016-06-011-2/+6
| | | | | | | | | For #24403 When upgrading huge installations this can lead to memory problems as the cache will only grow and grow. Capping this memory will make sure we don't run out while during normal operation still basically cache everything.
* dont update search onResize (#24862)Georg Ehrke2016-05-301-2/+0
| | | this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box.
* cache isLocal for shared storageRobin Appelman2016-05-251-4/+8
|
* Merge pull request #24498 from owncloud/backport-20804-8.2Vincent Petry2016-05-135-1/+141
|\ | | | | [stable8.2] LDAP: do not attempt to process user records without display name, fi…
| * LDAP: do not attempt to process user records without display name, fixes ↵Arthur Schiwon2016-05-095-1/+141
| | | | | | | | fatal error
* | Merge pull request #24573 from owncloud/stable8.2_24568Thomas Müller2016-05-111-0/+2
|\ \ | | | | | | [Stable 8.2] Fix etag propegation test race condition
| * | Fix test race conditionRoeland Jago Douma2016-05-111-0/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E-tag propagation replies on the mtime of the file. Order of events: 1. add file 'foo.txt' with content 'bar' 2. Set mtime to now() - 1 3. Check if etag changed. Now this goes right often when 1 and 2 happen in the same second. However imagine 1. add file 'foo.txt' with content 'bar' (at t=0.999) 2. Set mtime to now() - 1 (at t=1.001) Now the mtime will be set to the same time. Thus not chaning the etag.
* / Yo-ho-oh - Murder all band 'o piratesThomas Müller2016-05-118-42/+0
|/
* Merge pull request #24243 from owncloud/stable8.2-backport-24052blizzz2016-04-266-48/+32
|\ | | | | [stable8.2] Fix LDAP race conditions
| * Fix LDAP race conditionsMorris Jobke2016-04-256-48/+32
| | | | | | | | | | | | | | | | * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values
* | on clone Connection, do not take over the existing LDAP resourceArthur Schiwon2016-04-252-11/+3
|/ | | | | | | For one, it solves potential conflicts when using the resource. For the other, one on the login check (the only place where a clone happens currently) we do not need to rebind after confirming the user's login was successful.
* Merge pull request #24144 from ↵blizzz2016-04-231-1/+1
|\ | | | | | | | | owncloud/stable8.2-filelist-redirectonstoragenotavailable Fix StorageNotAvailable exception string detection
| * Fix StorageNotAvailable exception string detectionVincent Petry2016-04-211-1/+1
| |
* | Merge pull request #24113 from ↵Thomas Müller2016-04-213-56/+80
|\ \ | |/ |/| | | | | owncloud/backport-24111-chunking-users-in-background-jobs-8.2 [8.2] Chunk the users correctly in the trashbin and versions background job
| * Copy the 9.0 method for the background jobsJoas Schilling2016-04-202-2/+58
| |
| * Chunk the users correctly in the trashbin and versions background jobJoas Schilling2016-04-203-56/+24
| |
* | Merge pull request #23984 from owncloud/fix-infinite-loop-in-unavailable-mountMorris Jobke2016-04-201-1/+2
|\ \ | | | | | | [stable8.2] Fixes a possible infinite change-dir-loop
| * | Fixes a possible infinite change-dir-loopArthur Schiwon2016-04-131-1/+2
| | | | | | | | | | | | Those can occure when browsing in a mount that got unavailable
* | | Merge pull request #24100 from owncloud/fix_23632_8.2Björn Schießle2016-04-202-10/+48
|\ \ \ | | | | | | | | [stable8.2] init users mount point before recovery
| * | | we need to initialize the mount points of the given user before we recoverBjörn Schießle2016-04-192-10/+48
| | |/ | |/| | | | | | | access to his files
* | | Merge pull request #23363 from owncloud/smb-1.0.8-82Vincent Petry2016-04-2019-58/+236
|\ \ \ | | | | | | | | [8.2] update icewind/smb to 1.0.8
| * | | update icewind/smb to 1.0.8Robin Appelman2016-03-1719-58/+236
| | | |
* | | | Merge pull request #24000 from owncloud/shared-islocal-82Vincent Petry2016-04-201-0/+7
|\ \ \ \ | | | | | | | | | | [8.2] implement isLocal for shared storage
| * | | | implement isLocal for shared storageRobin Appelman2016-04-141-0/+7
| | |/ / | |/| |
* | | | Merge pull request #23402 from owncloud/backport-23282-stable8.2Vincent Petry2016-04-202-3/+89
|\ \ \ \ | |/ / / |/| | | [stable8.2] fix writing to cache when fallback server should be used immediately
| * | | fix writing to cache when fallback server should be used immediatelyArthur Schiwon2016-03-182-3/+89
| | | |
* | | | Merge pull request #23505 from owncloud/ee-1149-share-propagation-entries-in-dbVincent Petry2016-03-231-2/+40
|\ \ \ \ | | | | | | | | | | Grab the values for share propagation manually from the DB
| * | | | Chunk the shareId queryJoas Schilling2016-03-231-7/+12
| | | | |
| * | | | Grab the values for share propagation manually from the DBJoas Schilling2016-03-231-2/+35
| | | | |
* | | | | Merge pull request #23457 from owncloud/backport-23329-stable8.2Morris Jobke2016-03-232-1/+17
|\ \ \ \ \ | |/ / / / |/| | | | [stable8.2] Avatar must be saved after login is done and external storages set up…
| * | | | Avatar must be saved after login is done and external storages set up ↵Arthur Schiwon2016-03-212-1/+17
| |/ / / | | | | | | | | | | | | properly, fixes #21555
* / / / handle forbidden exceptions in smb backendRobin Appelman2016-03-221-1/+18
|/ / /
* | | Merge pull request #22766 from owncloud/ceph-keystone-readiness-stable8.2Vincent Petry2016-03-1810-23/+230
|\ \ \ | | | | | | | | Synchronise files_external and objectstore Docker tests with master
| * | | Synchronise files_external and objectstore Docker tests with masterRobin McCorkell2016-03-0110-23/+230
| | | | | | | | | | | | | | | | Checkout files from 4d69e562a065a79461343444a842ada025f3643c
* | | | Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #23325 It can happen that a user shares a folder with public upload. And some time later the admin disables public upload on the server. To make sure this is handled correctly we need to check the config value and reduce the permissions. Fix is kept small to be easy backportable.
* | | Merge pull request #23234 from owncloud/stable8.2-fix_21678Morris Jobke2016-03-161-0/+6
|\ \ \ | | | | | | | | [stable8.2] Gracefull handle link shares rename hook
| * | | Gracefull handle link shares rename hookRoeland Jago Douma2016-03-141-0/+6
| | |/ | |/| | | | | | | | | | | | | | | | Fixes #21678 The hook is called on all renames. However when we use a link share the getUserFolder fails. We now just opt out.
* | | allow group shares, even if not all public keys are availableBjoern Schiessle2016-03-152-2/+42
| | |
* | | Remove disabled autocorrect for new file namesMorris Jobke2016-03-091-1/+1
| | | | | | | | | | | | * ref #22784
* | | Merge pull request #22923 from owncloud/stable8.2-share-archivenamedownloadallMorris Jobke2016-03-092-3/+5
|\ \ \ | | | | | | | | [stable8.2] Fix archive file name when downloading public share
| * | | Remove "files" arg from download URL in public link pageVincent Petry2016-03-071-2/+4
| | | | | | | | | | | | | | | | | | | | When no files were specified for download, it means folder download. In this case, no need to pass an empty "files" argument.
| * | | Fix archive file name when downloading public shareVincent Petry2016-03-071-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | When download a public link share folder using the button on the top right, it doesn't provide a list of files. This fix makes sure to trigger the correct logic when no file list was given.
* | | Merge pull request #22935 from owncloud/stable8.2-remove-wrongly-backported-testMorris Jobke2016-03-092-57/+1
|\ \ \ | | | | | | | | Remove wrongly backported test