summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fix caching of user objectsRobin Appelman2013-05-311-5/+22
| * | | | cache instances of \OC\User\UserRobin Appelman2013-05-311-5/+11
| * | | | Merge branch 'master' into userRobin Appelman2013-05-31676-3382/+4360
| |\ \ \ \
| * | | | | Emit leacgy OC_User hooksRobin Appelman2013-05-292-8/+35
| * | | | | fix setting getting active useridRobin Appelman2013-05-291-5/+4
| * | | | | fix User->setHome when the backend action failsRobin Appelman2013-05-291-2/+2
| * | | | | implement old user api on top of the new oneRobin Appelman2013-05-291-312/+173
| * | | | | New user management classesRobin Appelman2013-05-2911-81/+1605
* | | | | | Merge pull request #3578 from owncloud/ocdialogThomas Tanghus2013-06-035-13/+290
|\ \ \ \ \ \
| * | | | | | Set default button in oc-dialogsThomas Tanghus2013-06-031-3/+6
| * | | | | | Catch double destroy on escape.Thomas Tanghus2013-06-031-1/+3
| * | | | | | Let the content determine overflow.Thomas Tanghus2013-06-032-1/+1
| * | | | | | Replacement for jquery.dialog to fit better with ownCloud design.Thomas Tanghus2013-06-025-10/+282
* | | | | | | Exclude apps/files/l10n from coverage reportsThomas Müller2013-06-031-0/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #3560 from owncloud/init-order-sessionJörn Friedrich Dreyer2013-06-031-3/+3
|\ \ \ \ \ \
| * | | | | | initialize the session earlierRobin Appelman2013-05-311-3/+3
| | |_|/ / / | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-03530-1041/+1041
* | | | | | fixing code coverageThomas Mueller2013-06-031-6/+10
* | | | | | Fixing code coverage analysisThomas Mueller2013-06-031-6/+10
* | | | | | Merge pull request #3051 from owncloud/backgroundjobicewind19912013-06-0222-422/+801
|\ \ \ \ \ \
| * | | | | | Use int for last_runRobin Appelman2013-06-021-1/+1
| * | | | | | make sure the filesystem is setup before doing mount operationsRobin Appelman2013-06-021-3/+24
| * | | | | | fix clearing mounts when filesystem isn't initialized yetRobin Appelman2013-06-021-1/+3
| * | | | | | Files: use public api to register backgroundjobRobin Appelman2013-06-021-1/+1
| * | | | | | merge master into backgroundjobRobin Appelman2013-06-021653-63341/+58252
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Move legacy backgroundjob classes to a place where they can be autoloadedRobin Appelman2013-05-033-21/+36
| * | | | | | Add support for the old public backgroundjob apiRobin Appelman2013-04-244-23/+188
| * | | | | | Update documentation for \OCP\BackgroundJobRobin Appelman2013-04-241-14/+8
| * | | | | | lastRun is not a methodThomas Mueller2013-04-231-1/+1
| * | | | | | Don't try to use backgroundjobs before the installtion is doneRobin Appelman2013-04-221-5/+7
| * | | | | | Try to supress pre-upgrade backgroundjob errorRobin Appelman2013-04-211-1/+1
| * | | | | | Ensure we don't throw an exception before we can upgrade to the new backgroun...Robin Appelman2013-04-211-1/+5
| * | | | | | Add database table for backgroundjobRobin Appelman2013-04-212-16/+16
| * | | | | | Adjust backgroundjob test casesRobin Appelman2013-04-203-8/+12
| * | | | | | Rework background job systemRobin Appelman2013-04-2016-354/+530
| * | | | | | code styleRobin Appelman2013-04-201-51/+47
* | | | | | | Merge pull request #3567 from owncloud/fixing-3466Frank Karlitschek2013-06-021-2/+12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | In cases where smb4php returns false of an empty array stat/( has to return f...Thomas Mueller2013-06-011-2/+12
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-02545-1093/+1118
* | | | | | | Merge pull request #3573 from owncloud/octemplate_speedupKondou2013-06-011-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Forgot typeof conditionThomas Tanghus2013-06-011-1/+3
| * | | | | | | Speed up octemplate rendering.Thomas Tanghus2013-06-011-5/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #3454 from owncloud/fix_hasInternetConnectionThomas Müller2013-05-312-6/+12
|\ \ \ \ \ \ \
| * | | | | | | fix method namingThomas Mueller2013-05-312-4/+4
| * | | | | | | use false instead of 0Georg Ehrke2013-05-271-1/+1
| * | | | | | | make method names camelCaseGeorg Ehrke2013-05-272-4/+4
| * | | | | | | update commentGeorg Ehrke2013-05-271-1/+1
| * | | | | | | don't show a warning if internet connection is disabled on purposeGeorg Ehrke2013-05-271-1/+1
| * | | | | | | move check if internet connection is disabled on purpose to a dedicated methodGeorg Ehrke2013-05-271-2/+8
| * | | | | | | fix return value of OC_Util::isinternetconnectionworking()Georg Ehrke2013-05-221-1/+1