summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12141 from owncloud/kill-dav-clientMorris Jobke2014-11-121-59/+0
|\
| * OC_DAVClient is not longer used - no need to carry it around anymoreThomas Müller2014-11-121-59/+0
* | Merge pull request #12139 from owncloud/DoNotTouchMeThomas Müller2014-11-121-3/+3
|\ \
| * | Try to read the file only instead of trying to touchLukas Reschke2014-11-121-3/+3
| |/
* | Merge pull request #12128 from owncloud/drop-formfactorJan-Christoph Borchardt2014-11-126-109/+13
|\ \
| * | Drop form_factor that is appended to JS, CSS and template filenamesMorris Jobke2014-11-126-109/+13
| |/
* / Remove debug statementLukas Reschke2014-11-121-4/+0
|/
* Merge pull request #12105 from owncloud/dav-fixcleanpathThomas Müller2014-11-121-0/+2
|\
| * Fix root path handling for WebDAV ext storageVincent Petry2014-11-111-0/+2
* | Merge pull request #12107 from owncloud/dav-propfindmimetypeThomas Müller2014-11-121-0/+4
|\ \
| * | Return real mime type on PROPFINDVincent Petry2014-11-111-0/+4
| |/
* / Fix Pimple unsetBernhard Posselt2014-11-111-1/+1
|/
* Merge pull request #12072 from owncloud/sabre-convertstoragenotavailableexcep...Vincent Petry2014-11-104-114/+156
|\
| * Convert StorageNotAvailableException to SabreDAV exceptionVincent Petry2014-11-104-114/+156
* | Merge pull request #12027 from owncloud/cleanup_exceptionsVincent Petry2014-11-101-2/+2
|\ \ | |/ |/|
| * clean up encryption exceptionsBjoern Schiessle2014-11-071-2/+2
* | logging changesCraig Morrissey2014-11-071-0/+3
* | don't scan part filesBjoern Schiessle2014-11-072-5/+5
* | Also propagate etag changes when the watcher finds a changed fileRobin Appelman2014-11-072-0/+7
|/
* Merge pull request #11954 from owncloud/enc_stop_uploading_if_private_key_is_...Lukas Reschke2014-11-071-1/+7
|\
| * throw exception if private key is missingBjoern Schiessle2014-11-051-1/+7
* | Merge pull request #12019 from owncloud/fix-template-shortcutsThomas Müller2014-11-071-2/+2
|\ \
| * | second parameter in template shortcuts script() and style() is optionalMorris Jobke2014-11-061-2/+2
* | | Merge pull request #12003 from owncloud/password-migrationLukas Reschke2014-11-061-32/+7
|\ \ \ | |/ / |/| |
| * | Use new hashing API for OC_User_DatabaseLukas Reschke2014-11-061-32/+7
* | | Merge pull request #12009 from owncloud/make-optionalMorris Jobke2014-11-061-2/+2
|\ \ \
| * | | Make second argument optionalLukas Reschke2014-11-061-2/+2
| |/ /
* | | Merge pull request #11945 from owncloud/share-setup-other-userRobin Appelman2014-11-061-3/+18
|\ \ \ | |/ / |/| |
| * | Support displaynames for dummy user backendRobin Appelman2014-11-061-3/+18
* | | Add OCP\Security\IHasherLukas Reschke2014-11-062-0/+159
|/ /
* | Merge pull request #11972 from owncloud/usermanager-remove-deleteLukas Reschke2014-11-062-22/+5
|\ \
| * | Remove confusingly names \OC\User\Manager::delete and fix the automatic cache...Robin Appelman2014-11-052-22/+5
| |/
* | Merge pull request #11928 from owncloud/support-HTML-in-logoThomas Müller2014-11-051-0/+12
|\ \ | |/ |/|
| * Support HTML in logo claimLukas Reschke2014-11-031-0/+12
* | fix shortcuts - underline instead of camelCaseMorris Jobke2014-11-041-2/+2
* | Merge pull request #11916 from owncloud/introduce-bowerMorris Jobke2014-11-042-16/+74
|\ \
| * | ability to add bower resourcesMorris Jobke2014-11-032-16/+74
| |/
* | Merge pull request #11924 from owncloud/firstCheckIfItIsDefaultConfigMorris Jobke2014-11-031-1/+1
|\ \ | |/ |/|
| * First check whether it is the default config before touchignLukas Reschke2014-11-031-1/+1
* | Update Pimple to V3.0Thomas Müller2014-11-032-13/+16
|/
* fix odd behaviourMorris Jobke2014-10-311-4/+8
* Merge pull request #9044 from owncloud/add-missing-email-principalVincent Petry2014-10-311-0/+12
|\
| * adding missing email address for principallibasys2014-10-241-0/+12
* | Merge pull request #11539 from owncloud/mount-setup-onceVincent Petry2014-10-311-1/+6
|\ \
| * | Reset the users setup after clearing mountsRobin Appelman2014-10-281-0/+1
| * | Only mount the storages for the user onceRobin Appelman2014-10-271-1/+5
* | | Merge pull request #11877 from owncloud/fix-11875-masterMorris Jobke2014-10-301-1/+1
|\ \ \
| * | | prevent PHP noticeThomas Müller2014-10-301-1/+1
* | | | Merge pull request #11080 from owncloud/addheader-text-2Vincent Petry2014-10-302-9/+24
|\ \ \ \
| * | | | Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text...Lukas Reschke2014-10-282-9/+24