summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* [stable9] Adding certificate revocation list and validate if the app ↵Vincent Petry2016-07-132-3/+23
| | | | | | | | certificate is revoked (#25469) * Adding certificate revocation list and validate if the app certificate is revoked * Check integrity of a signed app in any case on installation
* [stable9] Workaround to check htaccess in case of redirects (#25435)Vincent Petry2016-07-131-1/+2
| | | | | | | | | | | | | | | * Workaround to check htaccess in case of redirects In some setups, the web server will redirect any call to "data/" to the main page. This causes the XHR to return the 200 HTTP status code and the body contains the HTML page of the main page / files app. This fix improves the htaccess failure detection by adding a known string inside the test file "htaccesstest.txt". If we are able to find this string, it means that the web server didn't block access to that file. * Fix setup check unit test (#25439)
* fix swift primary object store test (#25281) (#25391)Thomas Müller2016-07-071-1/+1
| | | | | | | | | | | | * Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test.
* [stable9] Use named parameter instead of direct value for system tags search ↵Thomas Müller2016-07-071-1/+1
| | | | param (#25380) (#25396)
* Merge pull request #25343 from owncloud/stable9-revertrepairrevertVincent Petry2016-07-062-0/+112
|\ | | | | Revert "Remove repair steps for broken updater repair"
| * Revert "Remove repair steps for broken updater repair"Vincent Petry2016-07-042-0/+112
| | | | | | | | This reverts commit 58ed5b9328e9e12dd4319c0730202f385ca0dc5d.
* | Merge pull request #25360 from owncloud/stable9-backportshareownerfixVincent Petry2016-07-061-18/+18
|\ \ | | | | | | [stable9] Change order of share creation validation
| * | Change order of share creation validationVincent Petry2016-07-051-18/+18
| |/ | | | | | | | | | | | | Makes sure that the share owner is set before entering the checks that need it. Partial backport of afa37d3
* / occ web executor (#24957)VicDeo2016-07-011-1/+2
|/ | | | | | | | | | | | * Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf
* Fix OC_Helper::rmdirr for nested symlinks (#25255)VicDeo2016-07-011-1/+3
|
* [stable9] Fix decrypt message stable9 (#25188)Thomas Müller2016-07-011-6/+12
| | | | | | | | | | | | | | | | | * Fix Decrypt message via occ * Comments fixed * Fixed reviews * Originally: commit 2304e4bda027e61ff1302c55c2f70f8e4c8f47d0 Author: Joas Schilling <nickvergessen@owncloud.com> Date: Tue Jun 7 09:13:11 2016 +0200 Allow to decrypt user '0' files only * Fix uid comparison
* Merge pull request #25165 from owncloud/stable9-capped-user-cacheVincent Petry2016-06-201-2/+4
|\ | | | | [stable9] Capped cache for user config
| * Capped cache for user configJörn Friedrich Dreyer2016-06-171-2/+4
| |
* | Merge pull request #25160 from owncloud/fix-oracle-endless-loop-stable9Vincent Petry2016-06-171-0/+5
|\ \ | |/ |/| Do not recurse link share fetching
| * Do not recurse link share fetchingRoeland Jago Douma2016-06-171-0/+5
| | | | | | | | * Might fix an issue on oracle
* | Revert "[stable9] Remove shares of the root folder" (#25157)Vincent Petry2016-06-172-147/+0
|/
* Remove shares of the root folder (#25138)Vincent Petry2016-06-172-0/+147
|
* Merge pull request #25149 from owncloud/backport25146Vincent Petry2016-06-161-1/+1
|\ | | | | –emit correct signal when disabling an app
| * –emit correct signal when disabling an appJörn Friedrich Dreyer2016-06-161-1/+1
| |
* | Capped cache for cache info in UserMountCacheVincent Petry2016-06-151-3/+14
| |
* | Use capped cache for encryption's user access listVincent Petry2016-06-131-0/+3
| |
* | Repair job to fix permissions for avatars (#25068)Roeland Douma2016-06-132-0/+110
| | | | | | | | | | | | | | | | | | | | Backport of #24898 Cherry-picked: 1b66db72d916a763b1c22613b9df5c42e93593a8 60225284f3b8ef947f67bbe168b12dca867d6f3d 28d9ad2817b744bcef35a9259f65eb56b0b2ae78 But manually since we renamed stuff and the repair procedures changed
* | Merge pull request #25045 from owncloud/stable9-admin-datadircheck-fixVincent Petry2016-06-091-13/+24
|\ \ | | | | | | [stable9] Use temporary htaccesstest.txt for data dir security check
| * | Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-091-13/+24
| | |
* | | skip scanning for a user when the user is not setup yetRobin Appelman2016-06-091-1/+6
|/ /
* | Fix update from 9.0.0 and 9.0.1 (#24854)VicDeo2016-06-072-0/+65
| |
* | Allow public upload when the quota is unlimited (#24988)Joas Schilling2016-06-061-1/+1
| |
* | Merge pull request #24921 from owncloud/stable9-backport-24795Vincent Petry2016-06-021-1/+2
|\ \ | | | | | | [9.0] Allow opening the password reset link in a new window when …
| * | Allow opening the password reset link in a new window when its a URLJoas Schilling2016-06-011-1/+2
| | |
* | | Merge pull request #24944 from owncloud/fix_21173_stable9Vincent Petry2016-06-021-0/+1
|\ \ \ | | | | | | | | stable9: normalize path in getInternalPath
| * | | normalize path in getInternalPathGeorg Ehrke2016-06-011-0/+1
| |/ /
* | | Backport of share id as string fixVincent Petry2016-06-011-1/+1
| | |
* | | trigger size calculation after scanningRobin Appelman2016-06-011-0/+6
|/ /
* | [stable9] Properly check for mbstring extensionLukas Reschke2016-05-311-1/+1
| | | | | | | | mb_detect_encoding is in the fallback we ship in the polyfill library, mb_strcut is not. Thus this lead to a false positive and ownCloud would just break.
* | Only show message in the UI when the checker is enabled (#24773)Joas Schilling2016-05-301-1/+1
| |
* | replaced UnseekableException => NotPermittedExceptionPiotr Filiciak2016-05-252-5/+5
| |
* | Code style and doc fixPiotr Filiciak2016-05-252-10/+10
| |
* | Http Range requests support in downloadsPiotr Filiciak2016-05-252-12/+165
| | | | | | | | Http range requests support is required for video preview
* | Merge pull request #24417 from owncloud/fix_24182_9.0Vincent Petry2016-05-241-1/+9
|\ \ | | | | | | [stable9] first call the post_login hooks, before we call getUserFolder.
| * | first call the post_login hooks, before we call getUserFolder.Björn Schießle2016-05-031-1/+5
| | | | | | | | | | | | | | | | | | | | | The login process needs to be completed before we can safely create the users home folder. For example we need to give encryption a chance to initialize the users encryption keys in order to copy the skeleton files correctly
| * | Fixes #23899Thomas Müller2016-05-031-0/+4
| | |
* | | Make sure that installed is a booleanJoas Schilling2016-05-231-0/+1
| | |
* | | Remove the password from the validateUserPass() method as wellJoas Schilling2016-05-191-1/+1
| | |
* | | Merge pull request #24414 from owncloud/stable9_24405Vincent Petry2016-05-191-1/+11
|\ \ \ | | | | | | | | [Stable9] Use a CappedCache in the user database backend
| * | | Use a CappedCache in the user database backendRoeland Jago Douma2016-05-031-1/+11
| |/ / | | | | | | | | | | | | | | | When running with a user database backend on large installations the cache can grow to significant sizes. This can be especially problematic when running big cron/repair jobs.
* | | Merge pull request #24705 from owncloud/locking-mark-reload-free-9Vincent Petry2016-05-191-0/+3
|\ \ \ | | | | | | | | [9.0] free up memory when releasing the last shared lock
| * | | free up memory when releasing the last shared lockRobin Appelman2016-05-181-0/+3
| | | |
* | | | Merge pull request #24676 from owncloud/stable9-fixchunkttlVincent Petry2016-05-181-1/+3
|\ \ \ \ | |/ / / |/| | | [stable9] Allow chunk GC mtime tolerance for unfinished part chunks
| * | | Allow chunk GC mtime tolerance for unfinished part chunksVincent Petry2016-05-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever part chunks are written, every fwrite in the write loop will reset the mtime to the current mtime. Only at the end will the touch() operation set the mtime to now + ttl, in the future. However the GC code is expecting that every chunk with mtime < now are old and must be deleted. This causes the GC to sometimes delete part chunks in which the write loop is slow. To fix this, a tolerance value is added in the GC code to allow for more time before a part chunk gets deleted.
* | | | Merge pull request #24441 from ↵Vincent Petry2016-05-171-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | owncloud/backport-24432-never-save-app-language-into-request-lang [9.0] Do not save the language as request lang for apps when we didn't find…