aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* make performance less bad. Still far from good, but at least it worksArthur Schiwon2014-10-171-3/+2
* with several backends, more than limit can be returnedArthur Schiwon2014-10-171-1/+1
* Merge pull request #11430 from owncloud/minify-js-css-masterMorris Jobke2014-10-175-81/+117
|\
| * adding cssmin and jssmin(minify)Thomas Müller2014-10-175-81/+117
* | Merge pull request #11634 from owncloud/loadapps-encapsulaterequireLukas Reschke2014-10-171-1/+11
|\ \ | |/ |/|
| * Encapsulate require_once to avoid name space bleedindVincent Petry2014-10-171-1/+11
* | Merge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedupblizzz2014-10-171-5/+12
|\ \
| * | modified caching mechanism in getUserGroupIdsmacjohnny2014-06-231-25/+6
| * | clean up function getUserGroupIdsmacjohnny2014-06-231-7/+4
| * | Update manager.phpmacjohnny2014-06-211-3/+11
| * | Update manager.phpmacjohnny2014-06-191-2/+2
| * | Update manager.phpmacjohnny2014-06-191-9/+25
| * | Update manager.phpmacjohnny2014-06-191-0/+1
| * | Update manager.phpmacjohnny2014-06-191-1/+2
| * | Update manager.phpmacjohnny2014-06-191-1/+4
* | | Merge pull request #11611 from owncloud/fix-svg-masterMorris Jobke2014-10-171-2/+12
|\ \ \
| * | | Remove insane commentLukas Reschke2014-10-161-1/+0
| * | | Fix SVG iconsLukas Reschke2014-10-161-2/+13
* | | | Add PHPDoc about sanitization of "insertIfNotExist"Lukas Reschke2014-10-171-1/+1
| |_|/ |/| |
* | | Add a try catch blockLukas Reschke2014-10-161-6/+10
* | | Merge pull request #11591 from owncloud/addAppVersionToCSSandJSLukas Reschke2014-10-161-9/+12
|\ \ \
| * | | include the apps' versions hash to invalidate the cached assetsThomas Müller2014-10-161-0/+2
| * | | Add app version to JS and CSSLukas Reschke2014-10-151-9/+10
* | | | Merge pull request #11383 from ockham/share-tags2Lukas Reschke2014-10-166-128/+467
|\ \ \ \ | |_|/ / |/| | |
| * | | PHPDoc fixes as suggested by @MorrisJobke.Bernhard Reiter2014-10-143-3/+7
| * | | Add getTag() function for accessing of a single tag.Bernhard Reiter2014-10-141-6/+32
| * | | Make loading of tags from DB more explicit.Bernhard Reiter2014-10-141-9/+3
| * | | In Tags::rename($from, $to), check if there already is a tag named $to.Bernhard Reiter2014-10-141-1/+6
| * | | Add option to include tags for shared items.Bernhard Reiter2014-10-143-20/+175
| * | | Remove two obsolete try...catch blocks.Bernhard Reiter2014-10-141-13/+5
| * | | Implement Tag and TagMapper classes.Bernhard Reiter2014-10-145-98/+260
| * | | Remove redundant null initializations.Bernhard Reiter2014-10-142-4/+4
| * | | Test addMultiple() with $sync=true.Bernhard Reiter2014-10-141-0/+1
* | | | Merge pull request #11595 from owncloud/make_get_display_name_more_robustblizzz2014-10-161-2/+12
|\ \ \ \
| * | | | strip whitespace from the beginning and end of the display name to avoid empt...Bjoern Schiessle2014-10-151-2/+12
* | | | | make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer2014-10-161-0/+10
* | | | | Merge pull request #11565 from owncloud/fix-behaviourOnOSXLukas Reschke2014-10-151-1/+1
|\ \ \ \ \
| * | | | | Add darwin to if blockLukas Reschke2014-10-141-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #11528 from owncloud/use-raw-urlLukas Reschke2014-10-151-1/+1
|\ \ \ \ \
| * | | | | Use `rawurlencode` since this seems to be expected by cURLLukas Reschke2014-10-141-1/+1
| |/ / / /
* | | | | in cli mode return true for isHtaccessWorkingJörn Friedrich Dreyer2014-10-151-1/+1
* | | | | introduce new app page layoutThomas Müller2014-10-153-65/+58
* | | | | Merge pull request #11538 from owncloud/webdav-creatable-infoVincent Petry2014-10-151-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use the cached fileinfo to get creatable permissionsRobin Appelman2014-10-131-1/+1
* | | | | Merge pull request #11541 from owncloud/usersession-activeuser-setsessionVincent Petry2014-10-151-11/+12
|\ \ \ \ \
| * | | | | Unset the cached active user when using a different session objectRobin Appelman2014-10-131-11/+12
| |/ / / /
* | | | | Merge pull request #11548 from owncloud/extstorage-ocfieldsVincent Petry2014-10-151-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow specifying protocol in ext storage OC configVincent Petry2014-10-131-2/+2
| |/ / /
* | / / Set overwritemailurl* configs on setupJoas Schilling2014-10-142-1/+5
| |/ / |/| |
* | | Merge pull request #11546 from owncloud/users-deletewithfilecacheVincent Petry2014-10-131-1/+1
|\ \ \