summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26399 from owncloud/stable9.1-userssetup-check-orderVincent Petry2016-10-191-8/+18
|\
| * Fix initMountPoints to set usersSetup earlierVincent Petry2016-10-191-8/+18
* | Merge pull request #26390 from owncloud/stable9.1-group-etagpropagation-testVincent Petry2016-10-181-2/+2
|\ \ | |/ |/|
| * Fix post_unshareFromSelf hook parameter formatVincent Petry2016-10-171-2/+2
* | Merge pull request #26271 from owncloud/stable9.1-initmountpoints-userid-casingVincent Petry2016-10-184-3/+32
|\ \ | |/ |/|
| * Add using casing check/fix for initMountPointsVincent Petry2016-10-184-3/+32
* | [stable9.1] Merge pull request #26295 from owncloud/analyse-dependencies-on-a...Vincent Petry2016-10-132-10/+30
* | Merge pull request #26328 from owncloud/stable9.1-fc98aa93ac3a79bbc2e60fc4a69...Vincent Petry2016-10-113-44/+24
|\ \
| * | [stable9.1] Don't parse info.xml but reuse already cached app infos - fixes #...Thomas Müller2016-10-103-44/+24
| |/
* / [stable9.1] Escape special characters (#25429)Aaron Wood2016-10-112-3/+3
|/
* [stable9.1] Fix logClientIn for non-existing users (#26292) (#26307)Thomas Müller2016-10-101-0/+3
* [stable9.1] Changed request to not add a prefix to the url (#26256)Sergio Bertolín2016-10-041-0/+1
* [stable9.1] Change the minimum log level to fatal (#26213) (#26215)Thomas Müller2016-09-271-1/+1
* [stable9.1] Fix mimetype detection inside hidden folders (#26138) (#26151)Thomas Müller2016-09-201-2/+4
* Only use realpath for real directories (#26060)Vincent Petry2016-09-081-1/+6
* Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()Vincent Petry2016-09-071-8/+38
* [stable9.1] Fix failing preview unit tests (#26039)Thomas Müller2016-09-061-1/+1
* Prevent error with orphaned shares when updating user mount cacheVincent Petry2016-08-291-1/+2
* [stable9.1] Don't log credentials of LoginController::tryLogin (#25902) (#25935)Thomas Müller2016-08-291-2/+6
* Merge pull request #25906 from owncloud/stable9.1-db60e65409e7c6d4f1bde5062af...Vincent Petry2016-08-231-0/+10
|\
| * [stable9.1] Fix issues where some user settings cannot be loaded when the use...Thomas Müller2016-08-221-0/+10
* | [stable9.1] Fix empty PATH_INFO (#25904)Thomas Müller2016-08-221-2/+3
|/
* [stable9.1] Best practice through out the web speak of a max avatar image siz...Thomas Müller2016-08-221-1/+1
* [stable9.1] Dont decrypt shared files (#25831)Vincent Petry2016-08-181-0/+4
* Improve regexp to detect duplicate folders when repairing unmerged sharesVincent Petry2016-08-171-8/+6
* Merge pull request #25819 from owncloud/stable9.1-disable-nfd-wrapperVincent Petry2016-08-171-1/+1
|\
| * Disable NFD encoding wrapper by defaultVincent Petry2016-08-161-1/+1
* | Merge pull request #25812 from owncloud/stable9.1-fix-unmerged-shares-repair-...Vincent Petry2016-08-171-2/+50
|\ \ | |/ |/|
| * Fix unmerged shares repair with mixed group and direct sharesVincent Petry2016-08-161-3/+13
| * Improve file_target finding logic when repairing unmerged sharesVincent Petry2016-08-161-1/+39
* | Merge pull request #25776 from owncloud/stable9.1-eaecf0cfa9094eb5224e568b7bd...Vincent Petry2016-08-161-5/+9
|\ \
| * | [stable9.1] Merge pull request #25652 from owncloud/fix-getQuota-on-nullVincent Petry2016-08-111-5/+9
* | | Merge pull request #25789 from owncloud/stable9.1-usermountcache-hell-shortcu...Vincent Petry2016-08-164-100/+122
|\ \ \ | |_|/ |/| |
| * | Flag to not recurse into shared mounts in getPathVincent Petry2016-08-151-1/+8
| * | Lazy init shared storage by tweaking jailVincent Petry2016-08-152-95/+106
| * | Get shared storage numeric id directly from DBVincent Petry2016-08-151-4/+8
* | | Store the shared propagator instanceVincent Petry2016-08-151-4/+6
|/ /
* / [stable9.1] getJailedPath expects $path to have a trailing / (#25703)Thomas Müller2016-08-091-0/+3
|/
* [stable9.1] Group shares with same source and target (#25534)Vincent Petry2016-07-262-0/+335
* [stable9.1] Fixes undefined two-factor-providers (#25605) (#25606)Thomas Müller2016-07-251-9/+11
* [stable9.1] Use explode() instead of split() - fixes #25483 (#25488) (#25499)Thomas Müller2016-07-241-1/+1
* [stable9.1] Adding certificate revocation list and validate if the app certif...Vincent Petry2016-07-132-3/+23
* [stable9.1] Workaround to check htaccess in case of redirects (#25434)Vincent Petry2016-07-131-1/+2
* [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420)Vincent Petry2016-07-082-7/+7
* [stable9.1] Use named parameter instead of direct value for system tags searc...Thomas Müller2016-07-071-1/+1
* fix swift primary object store test (#25281)Thomas Müller2016-07-051-1/+1
* remove png references in coreHendrik Leppelsack2016-07-012-7/+7
* Various database migration fixes (#25209)Thomas Müller2016-06-295-1/+93
* Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-1/+6
* Login hooks (#25260)Christoph Wurst2016-06-271-40/+61