summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | propagator interfaceRobin Appelman2016-01-142-2/+38
| * | | | | | Add public cache interfaceRobin Appelman2016-01-142-1/+264
| |/ / / / /
* | | | / / [tx-robot] updated from transifexJenkins for ownCloud2016-01-1514-2/+28
| |_|_|/ / |/| | | |
* | | | | Merge pull request #21623 from owncloud/stricter_defaultproviderThomas Müller2016-01-141-6/+28
|\ \ \ \ \
| * | | | | Only select elements from the database that we supportRoeland Jago Douma2016-01-141-1/+26
| * | | | | Use namedparameterRoeland Jago Douma2016-01-141-6/+3
| |/ / / /
* | | | | Merge pull request #21714 from owncloud/groups-insertifnotexistsThomas Müller2016-01-141-34/+5
|\ \ \ \ \
| * | | | | Use IDbConnectin::insertIfNotExistThomas Müller2016-01-141-2/+1
| * | | | | Use insertIfNotExists() when creating a groupJoas Schilling2016-01-141-33/+5
| |/ / / /
* | | | | add TODOs with the actual interface nameJörn Friedrich Dreyer2016-01-142-2/+2
* | | | | move methods to correct interface, deprecate private interfaceJörn Friedrich Dreyer2016-01-148-127/+151
|/ / / /
* | | | Merge pull request #21704 from owncloud/fix-namespace-issueThomas Müller2016-01-141-1/+1
|\ \ \ \
| * | | | Fix usage of PHP method within namespaceMorris Jobke2016-01-141-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #21703 from owncloud/fix_share_create_hooksThomas Müller2016-01-141-1/+17
|\ \ \ \ | |/ / / |/| | |
| * | | [Share 2.0] Fix pre_share and post_share hooksRoeland Jago Douma2016-01-131-1/+17
| | |/ | |/|
* / | [tx-robot] updated from transifexJenkins for ownCloud2016-01-144-4/+24
|/ /
* | Merge pull request #20497 from owncloud/bubble_up_hint_exceptionThomas Müller2016-01-132-33/+36
|\ \
| * | Simply use logException() to log the exception - no need for custom codeThomas Müller2016-01-131-22/+11
| * | Fix PHPDocThomas Müller2016-01-131-12/+23
| * | Bubble up hint exceptions in hooks, so the user can see the hintJörn Friedrich Dreyer2016-01-131-0/+3
* | | [Share 2.0] Let the factory do the factory stuffRoeland Jago Douma2016-01-135-131/+53
* | | [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-135-61/+127
* | | [Share 2.0] Add share provider factoryRoeland Jago Douma2016-01-136-61/+194
* | | [Share 2.0] Allow registering of share providersRoeland Jago Douma2016-01-132-17/+164
* | | Merge pull request #20018 from owncloud/cache_group_backendThomas Müller2016-01-131-29/+129
|\ \ \ | |/ / |/| |
| * | Properly close cursorsRoeland Jago Douma2016-01-121-6/+13
| * | Cache if a group existsRoeland Jago Douma2016-01-121-0/+1
| * | Inject DBConnectionRoeland Jago Douma2016-01-121-24/+89
| * | The group database backend should cache groupsRoeland Jago Douma2016-01-121-12/+39
* | | Merge pull request #21591 from owncloud/add-code-checking-for-appsThomas Müller2016-01-134-13/+58
|\ \ \
| * | | Verify signature of apps with level "Official" coming from the appstoreLukas Reschke2016-01-104-13/+58
* | | | Merge pull request #21630 from owncloud/add-some-security-headers-as-hardeningThomas Müller2016-01-131-0/+2
|\ \ \ \
| * | | | Add X-Download-Options and X-Permitted-Cross-Domain-PoliciesLukas Reschke2016-01-121-0/+2
* | | | | Merge pull request #21648 from owncloud/smb-statcache-capThomas Müller2016-01-131-0/+87
|\ \ \ \ \
| * | | | | cap the number of entries we cache in smb's statcacheRobin Appelman2016-01-121-0/+87
| |/ / / /
* | | | | Merge pull request #21668 from owncloud/add-super-evil-and-hidden-config-swit...Thomas Müller2016-01-133-2/+43
|\ \ \ \ \
| * | | | | Add hidden config switch to disable code integrity checkingLukas Reschke2016-01-123-2/+43
* | | | | | Merge pull request #21671 from owncloud/fix-setup-on-masterThomas Müller2016-01-131-1/+8
|\ \ \ \ \ \
| * | | | | | Use legacy method when ownCloud is not yet installedLukas Reschke2016-01-121-1/+8
| |/ / / / /
* | | | | | Merge pull request #21673 from owncloud/chrsch-masterThomas Müller2016-01-131-0/+4
|\ \ \ \ \ \
| * | | | | | -- Fixed error where $enabled is parsed but emptyChristoph Schaefer2016-01-131-0/+4
| |/ / / / /
* | | | | | Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-13568-711/+925
|\ \ \ \ \ \
| * | | | | | Happy new year!Thomas Müller2016-01-12568-711/+925
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #20948 from owncloud/fed-sync-contactsThomas Müller2016-01-131-1/+14
|\ \ \ \ \ \
| * | | | | | Use EventDispatcher to allow additional setup of auth backends - move federat...Thomas Müller2016-01-121-1/+14
| |/ / / / /
* | / / / / [tx-robot] updated from transifexJenkins for ownCloud2016-01-1310-0/+18
| |/ / / / |/| | | |
* | | | | Allow admins to add system wide root certificatesRobin Appelman2016-01-125-21/+97
|/ / / /
* | | | Merge pull request #21637 from owncloud/reformat-irequestThomas Müller2016-01-121-4/+16
|\ \ \ \
| * | | | fix identation in public/irequest.phpMorris Jobke2016-01-121-4/+16
* | | | | Merge pull request #21628 from owncloud/deprecated_secure_random_funcionsThomas Müller2016-01-1212-16/+16
|\ \ \ \ \ | |/ / / / |/| | | |