summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15511 from owncloud/fix-typosLukas Reschke2015-04-093-4/+9
|\
| * Fix typos and some other adjustmentsLukas Reschke2015-04-093-4/+9
* | Merge pull request #15496 from owncloud/enc-check-if-key-exists-before-deletingThomas Müller2015-04-091-4/+4
|\ \ | |/ |/|
| * Check if the key exists, before trying to delete itJoas Schilling2015-04-091-4/+4
* | Merge pull request #15314 from owncloud/app-categories-15274Lukas Reschke2015-04-091-0/+5
|\ \ | |/ |/|
| * Add experimental applications switchLukas Reschke2015-04-031-0/+5
* | Merge pull request #15196 from owncloud/limit-file-activities-to-favoritesMorris Jobke2015-04-093-2/+12
|\ \
| * | Make scrutinizer happyJoas Schilling2015-04-012-2/+2
| * | Add logic for getting the user from the rss token to the ManagerJoas Schilling2015-03-301-0/+10
* | | Merge pull request #14987 from rullzer/ocs_password_fix2Morris Jobke2015-04-081-0/+14
|\ \ \
| * | | OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-03-301-0/+14
| |/ /
* | | fixing license headers - encryption code relatedThomas Müller2015-04-076-59/+55
* | | PHPDoc cleanup - clean code \o/Thomas Müller2015-04-071-6/+7
* | | implement webdav copyBjoern Schiessle2015-04-071-3/+9
* | | cleaning up exception messThomas Müller2015-04-071-0/+34
* | | PHPDocThomas Müller2015-04-071-2/+2
* | | add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-073-3/+42
* | | Adding renameKeys to IStorageThomas Müller2015-04-071-1/+10
* | | Removing left overs from old encryption appThomas Müller2015-04-071-1/+3
* | | adding function getSecureRandom(); to IServerContainerThomas Müller2015-04-071-1/+7
* | | make recovery settings workBjoern Schiessle2015-04-071-0/+12
* | | core: documentation fixesBjoern Schiessle2015-04-071-1/+1
* | | add deleteKey methods to key storageBjoern Schiessle2015-04-071-0/+1
* | | fix keystorage and add unit testsBjoern Schiessle2015-04-072-94/+1
* | | Initial commitClark Tomlinson2015-04-071-12/+18
* | | create basic interfaces and wrapper to make encryption more modularBjoern Schiessle2015-04-071-0/+87
* | | When guessing the timezone, the offset might only be valid on a given timestampJoas Schilling2015-04-071-1/+2
* | | Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-031-0/+8
|\ \ \ | |_|/ |/| |
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-261-0/+8
* | | Deprecate functions that only call the urlgenerator anywayRoeland Jago Douma2015-04-011-0/+3
| |/ |/|
* | Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig"Vincent Petry2015-03-272-44/+0
* | Merge pull request #13938 from owncloud/deprecate-iappconfigThomas Müller2015-03-272-0/+44
|\ \
| * | Deprecated \OCP\IAppConfig - add missing methods to IConfigMorris Jobke2015-03-172-0/+44
* | | add deleteAllFileKeys to public interface and add "uid" as parameter for theBjoern Schiessle2015-03-272-1/+10
* | | Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-263-0/+324
|\ \ \
| * | | implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-263-0/+324
* | | | Update license headersJenkins for ownCloud2015-03-26137-1245/+2172
| |_|/ |/| |
* | | Add wrapper for GuzzleLukas Reschke2015-03-254-0/+247
* | | Merge pull request #15153 from owncloud/uniquename-nodeLukas Reschke2015-03-241-0/+9
|\ \ \
| * | | Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+9
| |/ /
* / / Properly catch whether a share is `null`Lukas Reschke2015-03-241-0/+43
|/ /
* | Merge pull request #14857 from owncloud/preview-provider-registration-in-managerThomas Müller2015-03-204-8/+215
|\ \
| * | Remove load*() methods from public interfaceJoas Schilling2015-03-161-48/+1
| * | Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-164-6/+197
| * | Add more type hintingJoas Schilling2015-03-162-2/+2
| * | Add an interface for the preview providersJoas Schilling2015-03-161-0/+41
| * | Clean up some docsJoas Schilling2015-03-161-3/+3
| * | Move default provider registration to preview managerJoas Schilling2015-03-161-0/+12
| * | Register preview providers on the preview manager instead of OC\PreviewJoas Schilling2015-03-161-2/+12
* | | If the execute method on the mapper receives an assoc array, it binds by valu...Bernhard Posselt2015-03-191-19/+36