Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | port 22c8194cc8fde88957dbc8c6d9e253fac3c637bb | Arthur Schiwon | 2013-04-02 | 1 | -3/+7 |
| | |||||
* | Add missing backticks. | root | 2013-03-30 | 1 | -2/+2 |
| | | | | Especially at user without "" PostgreSQL likes to fail. | ||||
* | Remove Debug output | Arthur Schiwon | 2013-03-27 | 1 | -2/+0 |
| | |||||
* | Upgrade FileCache on ownCloud upgrade for all users with files | Arthur Schiwon | 2013-03-27 | 1 | -0/+45 |
| | |||||
* | Merge pull request #2320 from ceri/master | Frank Karlitschek | 2013-03-15 | 1 | -2/+2 |
|\ | | | | | Fix erroneous email when folders are shared | ||||
| * | Correct emails when folders are shared. | Ceri Davies | 2013-03-14 | 1 | -2/+2 |
| | | | | | | | | itemType is never "dir"; it's either "file" or "folder". | ||||
* | | use display name as sender for private link mails, approved in #2294 | 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 |
|/ / | |||||
* | | Fix autocomplete search for users for groups only share policy | Michael Gapczynski | 2012-10-09 | 1 | -6/+11 |
| | | |||||
* | | fix for bug #1942: Allow user to share with every group if "allow users to ↵ | Björn Schießle | 2012-10-09 | 1 | -1/+5 |
|/ | | | | share with anyone" is set | ||||
* | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 1 | -0/+41 |
| | |||||
* | Added a missing CSRF check | Lukas Reschke | 2012-09-22 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into share_expiration | Michael Gapczynski | 2012-09-12 | 6 | -37/+35 |
|\ | | | | | | | | | | | Conflicts: core/js/share.js lib/util.php | ||||
| * | Temporarily disable sharing with contacts and emails, will come in next release | Michael Gapczynski | 2012-09-12 | 1 | -17/+17 |
| | | |||||
| * | Fix shared collection item searching | Michael Gapczynski | 2012-09-09 | 1 | -1/+1 |
| | |