summaryrefslogtreecommitdiffstats
path: root/core/ajax
Commit message (Collapse)AuthorAgeFilesLines
* WhitespacesArthur Schiwon2013-08-211-2/+2
|
* Use Group methods for searching, fixes #4201Arthur Schiwon2013-08-211-6/+5
|
* Rerename \OC\Updater to OC_Updater, fixes broken admin pageArthur Schiwon2013-07-171-8/+8
|
* Stable5 adjustements (incl copy of lib/hooks/ from master) to make backport ↵Arthur Schiwon2013-07-121-3/+2
| | | | of #3963 work
* backport: split upgrade logic from ajax fileRobin Appelman2013-07-121-101/+27
| | | | | | Conflicts: core/ajax/update.php lib/updater.php
* update.php: remove event type 'error' as it's unusedThomas Müller2013-07-111-7/+0
| | | | eventsource.js: fixing typos and JSDoc comment
* missing fileThomas Müller2013-07-111-1/+3
|
* Squashed commit of the following:Thomas Mueller2013-06-141-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 #2622root2013-04-021-2/+2
|
* fix upgrade error for instances not upgraded from 4.5Arthur Schiwon2013-04-021-5/+9
|
* Remove Debug outputArthur Schiwon2013-03-251-2/+0
|
* Upgrade FileCache on ownCloud upgrade for all users with filesArthur Schiwon2013-03-221-0/+45
|
* Correct emails when folders are shared.Ceri Davies2013-03-151-2/+2
| | | | itemType is never "dir"; it's either "file" or "folder".
* use display name as sender for private link mailsBjörn Schießle2013-03-141-1/+1
|
* Clear the CSS and JS cache earlier to make sure update goes smoothlyMichael Gapczynski2013-03-051-4/+0
|
* Fix noticeLukas Reschke2013-03-021-1/+2
|
* up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135Jan-Christoph Borchardt2013-02-281-3/+3
|
* Disable prepared query caching while doing an upgradeRobin Appelman2013-02-261-1/+2
|
* Style cleanup core dirBart Visscher2013-02-211-10/+52
|
* Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher2013-02-091-0/+1
|
* l10n support enhanced in coreThomas Mueller2013-02-072-3/+3
|
* search display name instead of uid; fix key/value order for array accessBjörn Schießle2013-01-281-1/+1
|
* show display name instead of uidBjörn Schießle2013-01-251-9/+10
|
* Sanitize the exceptionLukas Reschke2013-01-191-1/+1
|
* Tweak failure message and throw exceptions from updateDbFromStructure()Michael Gapczynski2013-01-051-4/+5
|
* Remove old data directory protection from update, should already have taken ↵Michael Gapczynski2013-01-051-8/+0
| | | | place or not working because the server isn't Apache
* Use hooks to send updates from appsMichael Gapczynski2013-01-041-8/+46
|
* Basic update progress of database update onlyMichael Gapczynski2013-01-031-0/+36
|
* fixes default email sender addressRandolph Carter2012-12-191-5/+1
|
* moving sharing email code to coreThomas Mueller2012-12-101-0/+36
|
* implement share via link tokenJörn Friedrich Dreyer2012-11-201-4/+10
|
* Fixing syntax error - closes #406Thomas Müller2012-11-141-1/+1
|
* Fixing syntax error - closes #406Thomas Müller2012-11-141-1/+1
|
* VCategories: Line too long.Thomas Tanghus2012-11-051-1/+3
|
* Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-051-40/+0
|\ | | | | | | | | Conflicts: lib/vcategories.php
| * Create only one CSRF token per sessionLukas Reschke2012-10-311-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 Tanghus2012-11-013-9/+2
| |
* | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-307-11/+1
|\| | | | | | | | | | | Fix conflicts: core/ajax/vcategories/add.php core/ajax/vcategories/delete.php
| * Move and fix app setting navigation detectBart Visscher2012-10-291-22/+0
| |
| * Load all apps in core share ajax file for apps to register their share backendsMichael Gapczynski2012-10-271-0/+1
| |
| * Merge branch 'routing'Bart Visscher2012-10-277-9/+0
| |\ | | | | | | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php
| | * Merge branch 'master' into routingBart Visscher2012-10-171-2/+11
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php
| | * | Make the core ajax calls use the routerBart Visscher2012-10-027-9/+0
| | | |
| * | | show/hide navigation entries after enabling/disabling appRobin Appelman2012-10-261-0/+22
| | | |
* | | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-241-2/+2
|\| | | | | | | | | | | | | | | | | | | Conflicts: lib/vcategories.php
| * | | More Checkstyle cleanupFelix Moeller2012-10-231-2/+2
| | |/ | |/| | | | | | | This is for all LowerCaseConstant warnings
* | | app !== typeThomas Tanghus2012-10-191-1/+0
| | |
* | | Use get for loading dialog.Thomas Tanghus2012-10-191-1/+1
| | |
* | | Added ajax files for favorite category handling.Thomas Tanghus2012-10-193-0/+113
| | |
* | | Updated category ajax files to use type instead of app and add callCheck.Thomas Tanghus2012-10-193-25/+35
|/ /