| Commit message (Expand) | Author | Age | Files | Lines |
* | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2015-01-08 | 1 | -0/+12 |
* | Ensure user mountpoints are setup when using getUserFolder | Robin Appelman | 2014-12-12 | 1 | -0/+1 |
* | Backport \OC\Security\Crypto to ownCloud 7 | Lukas Reschke | 2014-11-20 | 1 | -0/+13 |
* | make skeleton compatible with objectstore | Jörn Friedrich Dreyer | 2014-10-16 | 1 | -0/+15 |
* | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-23 | 1 | -0/+13 |
* | Add optional user ID parameter for getUseFolder | Morris Jobke | 2014-08-31 | 1 | -5/+9 |
* | Add group management to the public api | Robin Appelman | 2014-08-10 | 1 | -28/+48 |
* | Dont throw an error when calling $server->getUserFolder when logged out | Robin Appelman | 2014-07-28 | 1 | -1/+5 |
* | make search non-static, add ISearch to server container, make legacy a static... | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -0/+10 |
* | use registerService method instead of array access | Bernhard Posselt | 2014-05-14 | 1 | -1/+1 |
* | Merge pull request #8482 from owncloud/public-logger | Thomas Müller | 2014-05-12 | 1 | -5/+22 |
|\ |
|
| * | fix missing spaces | Morris Jobke | 2014-05-12 | 1 | -1/+1 |
| * | - make logger available in the container | Bernhard Posselt | 2014-05-09 | 1 | -5/+22 |
* | | Merge pull request #8274 from owncloud/appframework-db | Morris Jobke | 2014-05-12 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | move db into iservercontainer | Bernhard Posselt | 2014-04-19 | 1 | -0/+13 |
* | | fix getUserFolder() of server container | Morris Jobke | 2014-05-05 | 1 | -2/+10 |
|/ |
|
* | Correctly process request parameters other than GET or POST, dont use globals... | Bernhard Posselt | 2014-04-12 | 1 | -1/+8 |
* | Merge branch 'master' into type-hinting | Bart Visscher | 2014-03-31 | 1 | -1/+22 |
|\ |
|
| * | Load the routes when matching or generating a route instead of when creating ... | Robin Appelman | 2014-03-24 | 1 | -5/+11 |
| * | Move the router classes to a namespace and expose it with a public interface | Robin Appelman | 2014-03-10 | 1 | -0/+15 |
* | | More PHPDoc updates | Bart Visscher | 2014-02-28 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #7156 from owncloud/backgroundjob-public | Thomas Müller | 2014-02-14 | 1 | -0/+16 |
|\ |
|
| * | Add the background job list to the public server container | Robin Appelman | 2014-02-11 | 1 | -0/+16 |
* | | use the 'new' server container for appconfig | Robin Appelman | 2014-02-07 | 1 | -11/+107 |
|\| |
|
| * | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-09 | 1 | -2/+4 |
| |\ |
|
| | * | Fix ownCloud for php5.3.x | Thomas Müller | 2014-01-08 | 1 | -1/+2 |
| | * | Merge pull request #6594 from owncloud/kill-index.php-from-url | Jörn Friedrich Dreyer | 2014-01-07 | 1 | -2/+3 |
| | |\ |
|
| | | * | new config parameter 'front_controller_active' which will instruct the url ge... | Thomas Müller | 2013-12-31 | 1 | -2/+3 |
| * | | | Also update the OCP\IServerContainer | Robin Appelman | 2014-01-08 | 1 | -1/+1 |
| * | | | get the memorycache factory from OCP\Server instead of a cache instance | Robin Appelman | 2014-01-08 | 1 | -6/+5 |
| * | | | Remove the static dependency on OC_Util from Memcache | Robin Appelman | 2014-01-06 | 1 | -1/+2 |
| * | | | expose memory cache in public api | Robin Appelman | 2014-01-06 | 1 | -0/+13 |
| |/ / |
|
| * / | fix the config option to remove the ability for users to set their displayname | Robin Appelman | 2013-12-18 | 1 | -2/+10 |
| |/ |
|
| * | fixing PHPDoc comments and syntax | Thomas Müller | 2013-11-22 | 1 | -2/+2 |
| * | Fix a regression (Tags→TagManager) | kondou | 2013-11-07 | 1 | -1/+1 |
| * | Remove duplicate getAvatarManager() | kondou | 2013-11-07 | 1 | -9/+0 |
| * | Add public API for \OC\Avatar | kondou | 2013-11-07 | 1 | -1/+22 |
| * | php 5.3 compatibility regarding OC\DB\Connection fixed | Thomas Müller | 2013-10-21 | 1 | -1/+2 |
| * | Merge branch 'master' into activities-api | Thomas Müller | 2013-10-16 | 1 | -2/+0 |
| |\ |
|
| | * | fixing errors regarding wrong function calls / missing parameters | Thomas Müller | 2013-10-07 | 1 | -2/+1 |
| * | | Merge branch 'master' into activities-api | Thomas Müller | 2013-10-09 | 1 | -0/+12 |
| |/ |
|
| * | passesCSRFCheck added to OCP\IRequest | Bart Visscher | 2013-10-04 | 1 | -1/+16 |
| * | Add Helper and URLGenerator interfaces to server container | Bart Visscher | 2013-10-04 | 1 | -0/+20 |
| * | Add L10N interface to server container | Bart Visscher | 2013-10-04 | 1 | -0/+12 |
| * | Remove JSON request parsing from Server | Thomas Tanghus | 2013-10-01 | 1 | -9/+0 |
|/ |
|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+255 |