Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | fix caching of user objects | Robin Appelman | 2013-05-31 | 1 | -5/+22 | |
| * | | | | cache instances of \OC\User\User | Robin Appelman | 2013-05-31 | 1 | -5/+11 | |
| * | | | | Merge branch 'master' into user | Robin Appelman | 2013-05-31 | 676 | -3382/+4360 | |
| |\ \ \ \ | ||||||
| * | | | | | Emit leacgy OC_User hooks | Robin Appelman | 2013-05-29 | 2 | -8/+35 | |
| * | | | | | fix setting getting active userid | Robin Appelman | 2013-05-29 | 1 | -5/+4 | |
| * | | | | | fix User->setHome when the backend action fails | Robin Appelman | 2013-05-29 | 1 | -2/+2 | |
| * | | | | | implement old user api on top of the new one | Robin Appelman | 2013-05-29 | 1 | -312/+173 | |
| * | | | | | New user management classes | Robin Appelman | 2013-05-29 | 11 | -81/+1605 | |
* | | | | | | Merge pull request #3578 from owncloud/ocdialog | Thomas Tanghus | 2013-06-03 | 5 | -13/+290 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Set default button in oc-dialogs | Thomas Tanghus | 2013-06-03 | 1 | -3/+6 | |
| * | | | | | | Catch double destroy on escape. | Thomas Tanghus | 2013-06-03 | 1 | -1/+3 | |
| * | | | | | | 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 |