summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-06-01552-1105/+1133
* | | | | Merge pull request #3459 from owncloud/fix_for_2377icewind19912013-05-316-4/+148
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into fix_for_2377Florin Peter2013-05-25939-4924/+10566
| |\ \ \ \ \
| * | | | | | improved tests to check if database layer normalize folder namesFlorin Peter2013-05-251-11/+29
| * | | | | | we should also normalize on update and search because the database layer will...Florin Peter2013-05-251-0/+15
| * | | | | | added more places where normalization is neededFlorin Peter2013-05-251-0/+7
| * | | | | | prevent for returning while false normalize stringFlorin Peter2013-05-251-1/+6
| * | | | | | submodule 3rdparty updatedThomas Mueller2013-05-241-0/+0
| * | | | | | Merge branch 'master' into fix_for_2377Florin Peter2013-05-24733-6873/+12278
| |\ \ \ \ \ \
| * | | | | | | changed tests for using new normalizerFlorin Peter2013-05-242-3/+3
| * | | | | | | changed builtin normalizer to \OC_Util::normalizeUnicodeFlorin Peter2013-05-242-9/+3
| * | | | | | | added normalizeUnicode() method to OC_UtilFlorin Peter2013-05-241-0/+14
| * | | | | | | revert previous fix and added normalizer to cache classFlorin Peter2013-05-233-1/+92
| * | | | | | | fix problems with german "Umlaut" in folder nameFlorin Peter2013-05-231-1/+1
* | | | | | | | Merge pull request #3565 from owncloud/fix_ldap_sqlite_n_jsblizzz2013-05-312-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | LDAP: sqlite compatibility for emptyiing tablesArthur Schiwon2013-05-311-1/+7