aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-196-10/+18
* Merge pull request #12748 from owncloud/redis_cacheMorris Jobke2014-12-192-1/+97
|\
| * Add Redis cache implementation, prefer over memcached, tests & config sampleJörn Friedrich Dreyer2014-12-102-1/+97
* | Merge pull request #12879 from owncloud/mountconfigMorris Jobke2014-12-189-19/+111
|\ \
| * | Allow disabling previews per mountRobin Appelman2014-12-171-0/+5
| * | Add getMountPoint to FileInfoRobin Appelman2014-12-176-17/+66
| * | Load mount specific options from the mount configRobin Appelman2014-12-172-2/+40
* | | Merge pull request #12759 from owncloud/core-reduce-js-and-cssJörn Friedrich Dreyer2014-12-182-11/+25
|\ \ \
| * | | load showpassord.js conditionally in the template only if neededThomas Müller2014-12-161-2/+0
| * | | make sure styles and scripts are only loaded onceThomas Müller2014-12-161-9/+25
* | | | Merge pull request #12945 from owncloud/hhvm-imageMorris Jobke2014-12-181-1/+1
|\ \ \ \
| * | | | Do not call filesize(null), this function expects a string.Andreas Fischer2014-12-181-1/+1
* | | | | Merge pull request #12940 from drarko/masterMorris Jobke2014-12-181-1/+1
|\ \ \ \ \
| * | | | | Fix extra quotes in custom tags in headerdrarko2014-12-181-1/+1
| |/ / / /
* | | | | Merge pull request #12907 from owncloud/delete-invalid-external-shareRobin Appelman2014-12-181-0/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Movable mountpoints are always deletableRobin Appelman2014-12-171-0/+5
| | |/ / | |/| |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1810-8/+52
* | | | Merge pull request #12901 from owncloud/move-ldap-check-to-managerRobin McCorkell2014-12-182-3/+3
|\ \ \ \
| * | | | Move the Null-Byte LDAP check to the user managerLukas Reschke2014-12-172-3/+3
| |/ / /
* | | | Merge pull request #12913 from owncloud/hhvm-memcached-clearRobin McCorkell2014-12-181-1/+7
|\ \ \ \
| * | | | HHVM: Add workaround for missing Memcached::deleteMulti()Andreas Fischer2014-12-171-1/+7
| |/ / /
* | | | Merge pull request #12917 from owncloud/fix-ocs-12915-apiMorris Jobke2014-12-183-6/+17
|\ \ \ \
| * | | | Check basic auth header only for not-logged-in usersLukas Reschke2014-12-171-1/+1
| * | | | Store result of authenticationLukas Reschke2014-12-171-1/+7
| * | | | Move basic auth login out of `isLoggedIn`Lukas Reschke2014-12-172-5/+10
| |/ / /
* | | | Merge pull request #12892 from owncloud/is-addminMorris Jobke2014-12-176-5/+66
|\ \ \ \
| * | | | add isAdmin and isInGroup methods for the group managerBernhard Posselt2014-12-174-4/+45
| * | | | add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho...Bernhard Posselt2014-12-174-1/+21
| |/ / /
* / / / HHVM: Call libxml_use_internal_errors() instead of surpressing errors.Andreas Fischer2014-12-171-1/+2
|/ / /
* | | Merge pull request #12889 from owncloud/deprecation-timeThomas Müller2014-12-174-0/+28
|\ \ \
| * | | first round of deprecationBernhard Posselt2014-12-164-0/+28
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1716-6/+118
* | | Move timezone logic out of server.phpJoas Schilling2014-12-163-23/+103
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1628-32/+8
* | Merge pull request #12360 from owncloud/files-tagsLukas Reschke2014-12-151-1/+6
|\ \
| * | Return file info from Node APIVincent Petry2014-12-151-1/+6
* | | Merge pull request #11946 from owncloud/load-vendor-from-core-jsonLukas Reschke2014-12-151-6/+15
|\ \ \
| * | | Implement method that reads vendor libs from core.jsonMorris Jobke2014-12-151-6/+15
* | | | Merge pull request #12555 from owncloud/app_specific_searchJörn Friedrich Dreyer2014-12-153-13/+45
|\ \ \ \ | |/ / / |/| | |
| * | | introduce inApps[] filter for search via ajax query, make file results show u...Jörn Friedrich Dreyer2014-12-103-13/+45
* | | | Merge pull request #12839 from oparoz/ControllerMethodReflectorMorris Jobke2014-12-152-1/+66
|\ \ \ \
| * | | | Olivier Paroz \OCP\AppFramework\Utility\IControllerMethodReflectorOlivier Paroz2014-12-142-1/+66
* | | | | Merge pull request #12625 from owncloud/app-dependencies-libs-and-commandsBernhard Posselt2014-12-154-47/+447
|\ \ \ \ \
| * | | | | fixing owncloud versionThomas Müller2014-12-151-1/+2
| * | | | | rework api of DependencyAnalyzerThomas Müller2014-12-122-78/+78
| * | | | | check app dependencies on installation as wellThomas Müller2014-12-111-6/+21
| * | | | | single dependencies will not be represented as an array + fix unit testsThomas Müller2014-12-111-6/+19
| * | | | | adding dependency to owncloud version - with fallback to requiremin and requi...Thomas Müller2014-12-112-0/+35
| * | | | | adding dependencies for supported platformsThomas Müller2014-12-111-0/+21
| * | | | | adding supported libraries - including min and max versionThomas Müller2014-12-113-7/+257