Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespaces | Arthur Schiwon | 2013-08-21 | 1 | -2/+2 |
| | |||||
* | Use Group methods for searching, fixes #4201 | Arthur Schiwon | 2013-08-21 | 1 | -6/+5 |
| | |||||
* | Rerename \OC\Updater to OC_Updater, fixes broken admin page | Arthur Schiwon | 2013-07-17 | 1 | -8/+8 |
| | |||||
* | Stable5 adjustements (incl copy of lib/hooks/ from master) to make backport ↵ | Arthur Schiwon | 2013-07-12 | 1 | -3/+2 |
| | | | | of #3963 work | ||||
* | backport: split upgrade logic from ajax file | Robin Appelman | 2013-07-12 | 1 | -101/+27 |
| | | | | | | Conflicts: core/ajax/update.php lib/updater.php | ||||
* | update.php: remove event type 'error' as it's unused | Thomas Müller | 2013-07-11 | 1 | -7/+0 |
| | | | | eventsource.js: fixing typos and JSDoc comment | ||||
* | missing file | Thomas Müller | 2013-07-11 | 1 | -1/+3 |
| | |||||
* | Squashed commit of the following: | Thomas Mueller | 2013-06-14 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 85043af59846edd54b6f402829a698142fdb412f Author: Michael Gapczynski <mtgap@owncloud.com> Date: Sat May 25 11:25:43 2013 -0400 Clear opcode caches after writing to the config file, fixes #3372 commit e96ca0a217112a612e5018fb06115879be634f0b Author: Michael Gapczynski <mtgap@owncloud.com> Date: Fri May 17 11:15:53 2013 -0400 Add undefined verision variables commit d7faeea0b8a79bcd84255120e396280fe62c8aa1 Author: Michael Gapczynski <mtgap@owncloud.com> Date: Tue May 14 09:34:01 2013 -0400 Turn off theme before update commit f620df4e88201a8d35ecb6173f258d5e5f67c7f9 Author: Bart Visscher <bartv@thisnet.nl> Date: Tue Apr 16 08:07:44 2013 +0200 Also check for needed upgrade in the Sabre Maintenance connector commit 223cfce8c89663beb95cf7438f47cea4bac6e0de Author: Bart Visscher <bartv@thisnet.nl> Date: Tue Apr 9 21:05:11 2013 +0200 Connect watcher failure function to the failure signal commit 49b9a1e8af062c03ebc863e1139ca310944b784a Author: Bart Visscher <bartv@thisnet.nl> Date: Tue Apr 9 20:51:43 2013 +0200 Move start of the maintenance mode to the ajax call Make sure the update page is shown in a browser. And not an ajax request | ||||
* | Backport PR #2622 | root | 2013-04-02 | 1 | -2/+2 |
| | |||||
* | fix upgrade error for instances not upgraded from 4.5 | Arthur Schiwon | 2013-04-02 | 1 | -5/+9 |
| | |||||
* | Remove Debug output | Arthur Schiwon | 2013-03-25 | 1 | -2/+0 |
| | |||||
* | Upgrade FileCache on ownCloud upgrade for all users with files | Arthur Schiwon | 2013-03-22 | 1 | -0/+45 |
| | |||||
* | Correct emails when folders are shared. | Ceri Davies | 2013-03-15 | 1 | -2/+2 |
| | | | | itemType is never "dir"; it's either "file" or "folder". | ||||
* | use display name as sender for private link mails | Björn Schießle | 2013-03-14 | 1 | -1/+1 |
| | |||||
* | Clear the CSS and JS cache earlier to make sure update goes smoothly | Michael Gapczynski | 2013-03-05 | 1 | -4/+0 |
| | |||||
* | Fix notice | Lukas Reschke | 2013-03-02 | 1 | -1/+2 |
| | |||||
* | up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135 | Jan-Christoph Borchardt | 2013-02-28 | 1 | -3/+3 |
| | |||||
* | Disable prepared query caching while doing an upgrade | Robin Appelman | 2013-02-26 | 1 | -1/+2 |
| | |||||
* | Style cleanup core dir | Bart Visscher | 2013-02-21 | 1 | -10/+52 |
| | |||||
* | Remove invalid characters from app id to prevent loading of invalid resources | Bart Visscher | 2013-02-09 | 1 | -0/+1 |
| | |||||
* | l10n support enhanced in core | Thomas Mueller | 2013-02-07 | 2 | -3/+3 |
| | |||||
* | search display name instead of uid; fix key/value order for array access | Björn Schießle | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | show display name instead of uid | Björn Schießle | 2013-01-25 | 1 | -9/+10 |
| | |||||
* | Sanitize the exception | Lukas Reschke | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | Tweak failure message and throw exceptions from updateDbFromStructure() | Michael Gapczynski | 2013-01-05 | 1 | -4/+5 |
| | |||||
* | Remove old data directory protection from update, should already have taken ↵ | Michael Gapczynski | 2013-01-05 | 1 | -8/+0 |
| | | | | place or not working because the server isn't Apache | ||||
* | Use hooks to send updates from apps | Michael Gapczynski | 2013-01-04 | 1 | -8/+46 |
| | |||||
* | Basic update progress of database update only | Michael Gapczynski | 2013-01-03 | 1 | -0/+36 |
| | |||||
* | fixes default email sender address | Randolph Carter | 2012-12-19 | 1 | -5/+1 |
| | |||||
* | moving sharing email code to core | Thomas Mueller | 2012-12-10 | 1 | -0/+36 |
| | |||||
* | implement share via link token | Jörn Friedrich Dreyer | 2012-11-20 | 1 | -4/+10 |
| | |||||
* | Fixing syntax error - closes #406 | Thomas Müller | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Fixing syntax error - closes #406 | Thomas Müller | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | VCategories: Line too long. | Thomas Tanghus | 2012-11-05 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-05 | 1 | -40/+0 |
|\ | | | | | | | | | Conflicts: lib/vcategories.php | ||||
| * | Create only one CSRF token per session | Lukas Reschke | 2012-10-31 | 1 | -40/+0 |
| | | | | | | | | | | | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear. | ||||
* | | Update vcategories ajax scripts. | Thomas Tanghus | 2012-11-01 | 3 | -9/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-30 | 7 | -11/+1 |
|\| | | | | | | | | | | | Fix conflicts: core/ajax/vcategories/add.php core/ajax/vcategories/delete.php | ||||
| * | Move and fix app setting navigation detect | Bart Visscher | 2012-10-29 | 1 | -22/+0 |
| | | |||||
| * | Load all apps in core share ajax file for apps to register their share backends | Michael Gapczynski | 2012-10-27 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'routing' | Bart Visscher | 2012-10-27 | 7 | -9/+0 |
| |\ | | | | | | | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php | ||||
| | * | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 1 | -2/+11 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php | ||||
| | * | | Make the core ajax calls use the router | Bart Visscher | 2012-10-02 | 7 | -9/+0 |
| | | | | |||||
| * | | | show/hide navigation entries after enabling/disabling app | Robin Appelman | 2012-10-26 | 1 | -0/+22 |
| | | | | |||||
* | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-10-24 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: lib/vcategories.php | ||||
| * | | | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
| | |/ | |/| | | | | | | | This is for all LowerCaseConstant warnings | ||||
* | | | app !== type | Thomas Tanghus | 2012-10-19 | 1 | -1/+0 |
| | | | |||||
* | | | Use get for loading dialog. | Thomas Tanghus | 2012-10-19 | 1 | -1/+1 |
| | | | |||||
* | | | Added ajax files for favorite category handling. | Thomas Tanghus | 2012-10-19 | 3 | -0/+113 |
| | | | |||||
* | | | Updated category ajax files to use type instead of app and add callCheck. | Thomas Tanghus | 2012-10-19 | 3 | -25/+35 |
|/ / |