Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Let the content determine overflow. | Thomas Tanghus | 2013-06-03 | 2 | -1/+1 | |
| * | | | | | | Replacement for jquery.dialog to fit better with ownCloud design. | Thomas Tanghus | 2013-06-02 | 5 | -10/+282 | |
* | | | | | | | Exclude apps/files/l10n from coverage reports | Thomas Müller | 2013-06-03 | 1 | -0/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #3560 from owncloud/init-order-session | Jörn Friedrich Dreyer | 2013-06-03 | 1 | -3/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | initialize the session earlier | Robin Appelman | 2013-05-31 | 1 | -3/+3 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-03 | 530 | -1041/+1041 | |
* | | | | | | fixing code coverage | Thomas Mueller | 2013-06-03 | 1 | -6/+10 | |
* | | | | | | Fixing code coverage analysis | Thomas Mueller | 2013-06-03 | 1 | -6/+10 | |
* | | | | | | Merge pull request #3051 from owncloud/backgroundjob | icewind1991 | 2013-06-02 | 22 | -422/+801 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use int for last_run | Robin Appelman | 2013-06-02 | 1 | -1/+1 | |
| * | | | | | | make sure the filesystem is setup before doing mount operations | Robin Appelman | 2013-06-02 | 1 | -3/+24 | |
| * | | | | | | fix clearing mounts when filesystem isn't initialized yet | Robin Appelman | 2013-06-02 | 1 | -1/+3 | |
| * | | | | | | Files: use public api to register backgroundjob | Robin Appelman | 2013-06-02 | 1 | -1/+1 | |
| * | | | | | | merge master into backgroundjob | Robin Appelman | 2013-06-02 | 1653 | -63341/+58252 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Move legacy backgroundjob classes to a place where they can be autoloaded | Robin Appelman | 2013-05-03 | 3 | -21/+36 | |
| * | | | | | | Add support for the old public backgroundjob api | Robin Appelman | 2013-04-24 | 4 | -23/+188 | |
| * | | | | | | Update documentation for \OCP\BackgroundJob | Robin Appelman | 2013-04-24 | 1 | -14/+8 | |
| * | | | | | | lastRun is not a method | Thomas Mueller | 2013-04-23 | 1 | -1/+1 | |
| * | | | | | | Don't try to use backgroundjobs before the installtion is done | Robin Appelman | 2013-04-22 | 1 | -5/+7 | |
| * | | | | | | Try to supress pre-upgrade backgroundjob error | Robin Appelman | 2013-04-21 | 1 | -1/+1 | |
| * | | | | | | Ensure we don't throw an exception before we can upgrade to the new backgroun... | Robin Appelman | 2013-04-21 | 1 | -1/+5 | |
| * | | | | | | Add database table for backgroundjob | Robin Appelman | 2013-04-21 | 2 | -16/+16 | |
| * | | | | | | Adjust backgroundjob test cases | Robin Appelman | 2013-04-20 | 3 | -8/+12 | |
| * | | | | | | Rework background job system | Robin Appelman | 2013-04-20 | 16 | -354/+530 | |
| * | | | | | | code style | Robin Appelman | 2013-04-20 | 1 | -51/+47 | |
* | | | | | | | Merge pull request #3567 from owncloud/fixing-3466 | Frank Karlitschek | 2013-06-02 | 1 | -2/+12 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | In cases where smb4php returns false of an empty array stat/( has to return f... | Thomas Mueller | 2013-06-01 | 1 | -2/+12 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-02 | 545 | -1093/+1118 | |
* | | | | | | | Merge pull request #3573 from owncloud/octemplate_speedup | Kondou | 2013-06-01 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Forgot typeof condition | Thomas Tanghus | 2013-06-01 | 1 | -1/+3 | |
| * | | | | | | | Speed up octemplate rendering. | Thomas Tanghus | 2013-06-01 | 1 | -5/+3 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #3454 from owncloud/fix_hasInternetConnection | Thomas Müller | 2013-05-31 | 2 | -6/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix method naming | Thomas Mueller | 2013-05-31 | 2 | -4/+4 | |
| * | | | | | | | use false instead of 0 | Georg Ehrke | 2013-05-27 | 1 | -1/+1 | |
| * | | | | | | | make method names camelCase | Georg Ehrke | 2013-05-27 | 2 | -4/+4 | |
| * | | | | | | | update comment | Georg Ehrke | 2013-05-27 | 1 | -1/+1 | |
| * | | | | | | | don't show a warning if internet connection is disabled on purpose | Georg Ehrke | 2013-05-27 | 1 | -1/+1 | |
| * | | | | | | | move check if internet connection is disabled on purpose to a dedicated method | Georg Ehrke | 2013-05-27 | 1 | -2/+8 | |
| * | | | | | | | fix return value of OC_Util::isinternetconnectionworking() | Georg Ehrke | 2013-05-22 | 1 | -1/+1 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-01 | 552 | -1105/+1133 | |
* | | | | | | | | Merge pull request #3459 from owncloud/fix_for_2377 | icewind1991 | 2013-05-31 | 6 | -4/+148 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-25 | 939 | -4924/+10566 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | improved tests to check if database layer normalize folder names | Florin Peter | 2013-05-25 | 1 | -11/+29 | |
| * | | | | | | | | | we should also normalize on update and search because the database layer will... | Florin Peter | 2013-05-25 | 1 | -0/+15 | |
| * | | | | | | | | | added more places where normalization is needed | Florin Peter | 2013-05-25 | 1 | -0/+7 | |
| * | | | | | | | | | prevent for returning while false normalize string | Florin Peter | 2013-05-25 | 1 | -1/+6 | |
| * | | | | | | | | | submodule 3rdparty updated | Thomas Mueller | 2013-05-24 | 1 | -0/+0 | |
| * | | | | | | | | | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-24 | 733 | -6873/+12278 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | changed tests for using new normalizer | Florin Peter | 2013-05-24 | 2 | -3/+3 | |
| * | | | | | | | | | | changed builtin normalizer to \OC_Util::normalizeUnicode | Florin Peter | 2013-05-24 | 2 | -9/+3 |