Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
|\ | | | | | Reworked background job system. | ||||
| * | 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 ↵ | Robin Appelman | 2013-04-21 | 1 | -1/+5 |
| | | | | | | | | | | | | backgroundjob system | ||||
| * | | 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 ret... | ||||
| * | | In cases where smb4php returns false of an empty array stat/( has to return ↵ | Thomas Mueller | 2013-06-01 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | false. Fixes #3466 because the test method of external filesystems uses stat() to detect if the given parameters are okay. Changes to 3rdparty are necessary as well: https://github.com/owncloud/3rdparty/pull/33 | ||||
* | | | [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 |
|\ \ \ | | | | | | | | | Speed up octemplate rendering. | ||||
| * | | | 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 |
|\ \ \ \ | | | | | | | | | | | isinternetconnectionworking should return false if OC_Config::getValue("has_internet_connection") is false | ||||
| * | | | | 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 |
|\ \ \ \ \ | | | | | | | | | | | | | fix problems with german "Umlaut" in folder name | ||||
| * \ \ \ \ | 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 ↵ | Florin Peter | 2013-05-25 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | will not do this for us | ||||
| * | | | | | | 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 |
| | | | | | | | | |||||
| * | | | | | | | added normalizeUnicode() method to OC_Util | Florin Peter | 2013-05-24 | 1 | -0/+14 |
| | | | | | | | | |||||
| * | | | | | | | revert previous fix and added normalizer to cache class | Florin Peter | 2013-05-23 | 3 | -1/+92 |
| | | | | | | | | |||||
| * | | | | | | | fix problems with german "Umlaut" in folder name | Florin Peter | 2013-05-23 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3565 from owncloud/fix_ldap_sqlite_n_js | blizzz | 2013-05-31 | 2 | -2/+8 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix ldap sqlite n js | ||||
| * | | | | | | | | LDAP: sqlite compatibility for emptyiing tables | Arthur Schiwon | 2013-05-31 | 1 | -1/+7 |
| | | | | | | | | |