summaryrefslogtreecommitdiffstats
path: root/core/ajax
Commit message (Collapse)AuthorAgeFilesLines
* port 22c8194cc8fde88957dbc8c6d9e253fac3c637bbArthur Schiwon2013-04-021-3/+7
|
* Add missing backticks.root2013-03-301-2/+2
| | | | Especially at user without "" PostgreSQL likes to fail.
* Remove Debug outputArthur Schiwon2013-03-271-2/+0
|
* Upgrade FileCache on ownCloud upgrade for all users with filesArthur Schiwon2013-03-271-0/+45
|
* Merge pull request #2320 from ceri/masterFrank Karlitschek2013-03-151-2/+2
|\ | | | | Fix erroneous email when folders are shared
| * Correct emails when folders are shared.Ceri Davies2013-03-141-2/+2
| | | | | | | | itemType is never "dir"; it's either "file" or "folder".
* | use display name as sender for private link mails, approved in #2294Bjö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
|/ /
* | Fix autocomplete search for users for groups only share policyMichael Gapczynski2012-10-091-6/+11
| |
* | fix for bug #1942: Allow user to share with every group if "allow users to ↵Björn Schießle2012-10-091-1/+5
|/ | | | share with anyone" is set
* Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-281-0/+41
|
* Added a missing CSRF checkLukas Reschke2012-09-221-0/+2
|
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-126-37/+35
|\ | | | | | | | | | | Conflicts: core/js/share.js lib/util.php
| * Temporarily disable sharing with contacts and emails, will come in next releaseMichael Gapczynski2012-09-121-17/+17
| |
| * Fix shared collection item searchingMichael Gapczynski2012-09-091-1/+1
| |