Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-20 | 25 | -147/+163 |
| | |||||
* | Merge pull request #3020 from owncloud/cleaner-webdav-reason | Bart Visscher | 2013-04-19 | 1 | -1/+1 |
|\ | | | | | Cleaner isWebDAVWorking reason, otherwise people overlook the reason | ||||
| * | Cleaner isWebDAVWorking reason, otherwise people overlook the reason | Bart Visscher | 2013-04-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3024 from owncloud/file-delete-action | Bart Visscher | 2013-04-19 | 2 | -4/+4 |
|\ \ | | | | | | | Fix #1164 and fix showing spinner on delete | ||||
| * | | Fix displaying spinner on delete | Bart Visscher | 2013-04-19 | 1 | -3/+3 |
| | | | |||||
| * | | No need to strip slashes, json_decode handles that for us | Bart Visscher | 2013-04-19 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #3010 from owncloud/fix-cookie_path | Thomas Tanghus | 2013-04-19 | 1 | -2/+3 |
|\ \ | | | | | | | Don't use empty session.cookie_path, otherwise we get multiple cookies | ||||
| * | | Don't use empty session.cookie_path, otherwise we get multiple cookies | Bart Visscher | 2013-04-18 | 1 | -2/+3 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-19 | 11 | -11/+11 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-18 | 140 | -941/+643 |
| | | |||||
* | | Merge pull request #2986 from eMerzh/upgrade_warn | Bernhard Posselt | 2013-04-17 | 1 | -1/+1 |
|\ \ | | | | | | | Warn when we do an upgrade | ||||
| * | | Warn when we do an upgrade | Brice Maron | 2013-04-17 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2925 from owncloud/navigation-icon-fix | Raghu Nayyar | 2013-04-17 | 1 | -6/+29 |
|\ \ | |/ |/| | fix navigation hover effect, documentation | ||||
| * | apply navigation hover effect directly to img and span, cleaner code | Jan-Christoph Borchardt | 2013-04-17 | 1 | -3/+23 |
| | | |||||
| * | additional comments | Jan-Christoph Borchardt | 2013-04-14 | 1 | -3/+3 |
| | | |||||
| * | fix navigation hover effect, documentation | Jan-Christoph Borchardt | 2013-04-14 | 1 | -5/+8 |
| | | |||||
* | | Merge pull request #2978 from owncloud/displayname_can_be_null | Bernhard Posselt | 2013-04-17 | 2 | -2/+1 |
|\ \ | | | | | | | Remove not null constraint. Fix #2976 | ||||
| * | | Remove not null constraint. Fix #2976 | Thomas Tanghus | 2013-04-17 | 2 | -2/+1 |
| | | | |||||
* | | | Merge pull request #2975 from owncloud/log-date | Morris Jobke | 2013-04-17 | 3 | -3/+12 |
|\ \ \ | |/ / |/| | | use date and time instead of timestamp in log | ||||
| * | | also adjust template properly for log date fix | Bernhard Posselt | 2013-04-17 | 1 | -1/+5 |
| | | | |||||
| * | | fix admin log display and use a more readable format | Bernhard Posselt | 2013-04-17 | 2 | -2/+6 |
| | | | |||||
| * | | use date and time instead of timestamp | Bernhard Posselt | 2013-04-17 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #2746 from owncloud/use-count-userexists | Thomas Tanghus | 2013-04-17 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Use count SQL to check for user existance | ||||
| * | | | Use the MDB2 function to get the count result | Bart Visscher | 2013-04-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use count SQL to check for user existance | Bart Visscher | 2013-04-05 | 1 | -2/+2 |
| | | | | |||||
* | | | | adapt free space calculation to the way it is done for the trash bin | Björn Schießle | 2013-04-17 | 1 | -7/+15 |
| | | | | |||||
* | | | | improved free space calculation if no quota is set, discussed in #2936 | Björn Schießle | 2013-04-17 | 1 | -23/+43 |
| | | | | |||||
* | | | | Merge pull request #2915 from Kondou-ger/handle_empty_datafolder_better | Bart Visscher | 2013-04-17 | 2 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Handle empty datafolder better. | ||||
| * | | | | Hint to default data directory | kondou | 2013-04-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not to before submitted data directory. Thanks to bartv2 for the heads up. | ||||
| * | | | | Handle empty datafolder better. | kondou | 2013-04-13 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If datafolder is erased, the default value will be shown as a placeholder. If installation is submitted without a datafolder the default value will be used. | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-17 | 834 | -1788/+4438 |
| | | | | | |||||
* | | | | | Merge pull request #2951 from owncloud/no_personal_variables | icewind1991 | 2013-04-16 | 1 | -11/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | No personal prefixes for variables. | ||||
| * | | | | | No personal prefixes for variables. | kondou | 2013-04-16 | 1 | -11/+11 |
| | | | | | | |||||
* | | | | | | Merge pull request #2953 from jerrac/emailsavetimeout | Bernhard Posselt | 2013-04-16 | 1 | -12/+22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Modified how the #lostpassword or #email fields save email addresses on ... | ||||
| * | | | | | | Removed extra id from jquery selectors. Remove console.log call. Removed ↵ | David Reagan | 2013-04-16 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | commented code. | ||||
| * | | | | | | Modified how the #lostpassword or #email fields save email addresses on the ↵ | David Reagan | 2013-04-16 | 1 | -12/+24 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Personal settings page. It now saves one second after the last keyup event, instead of after a blur event. | ||||
* | | | | | | Merge pull request #2943 from owncloud/always_load_cache_hooks_first | Michael Gapczynski | 2013-04-16 | 2 | -5/+7 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | always connect file cache updater hooks first | ||||
| * | | | | | always connect file cache updater hooks first | Jörn Friedrich Dreyer | 2013-04-16 | 2 | -5/+7 |
| | | | | | | |||||
* | | | | | | Merge pull request #2887 from owncloud/l10n-caching | Bart Visscher | 2013-04-16 | 1 | -0/+6 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | L10N: cache the result of findLanguage | ||||
| * | | | | | -L10N: cache the result of findLanguage | Robin Appelman | 2013-04-12 | 1 | -0/+6 |
| | | | | | |