Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace OC.Router.generate() with OC.generateUrl() | Thomas Müller | 2014-03-02 | 14 | -154/+72 |
| | |||||
* | Merge pull request #7480 from owncloud/sabredav-1.7.11 | Vincent Petry | 2014-02-28 | 1 | -0/+0 |
|\ | | | | | Update SabreDAV to 1.7.11 | ||||
| * | Update SabreDAV to 1.7.11 | Thomas Müller | 2014-02-28 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #7444 from owncloud/fix/7443 | Thomas Müller | 2014-02-28 | 2 | -23/+9 |
|\ | | | | | remove unused code and fix wrong variable names - some PHPDoc updated | ||||
| * | add BMP mimetype for BMP previews | Morris Jobke | 2014-02-27 | 1 | -0/+1 |
| | | |||||
| * | remove unused code and fix wrong variable names - some PHPDoc updated | Thomas Müller | 2014-02-26 | 1 | -23/+8 |
| | | |||||
* | | Merge pull request #7471 from owncloud/fix-css-loading | Morris Jobke | 2014-02-28 | 1 | -1/+1 |
|\ \ | | | | | | | CSS is now loaded directly instead via PHP | ||||
| * | | CSS is now loaded directly instead via PHP | Lukas Reschke | 2014-02-28 | 1 | -1/+1 |
| | | | | | | | | | 269f24cf9617397aaf501b27ec1af2c8e3154cf8 was not changed in setup.php which prevented loading of CSS files in some environments (e.g. my local setup) for apps. | ||||
* | | | Merge pull request #7455 from owncloud/rawlist-fileinfo | icewind1991 | 2014-02-28 | 2 | -32/+29 |
|\ \ \ | | | | | | | | | Update rawlist to work with new fileinfo object | ||||
| * | | | Update rawlist to work with new fileinfo object | Robin Appelman | 2014-02-27 | 2 | -32/+29 |
| | | | | |||||
* | | | | Merge pull request #7470 from owncloud/abort-cancel | Thomas Müller | 2014-02-28 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | profile image: relabel technical 'Abort' to more widely used 'Cancel' | ||||
| * | | | profile image: relabel technical 'Abort' to more widely used 'Cancel' | Jan-Christoph Borchardt | 2014-02-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #7454 from owncloud/enc_remember_fopen_mode | Björn Schießle | 2014-02-28 | 2 | -6/+29 |
|\ \ \ \ | |/ / / |/| | | | [enc] remember original fopen access type in pre-proxy | ||||
| * | | | remember original fopen access type in pre-proxy because sometimes they change | Bjoern Schiessle | 2014-02-27 | 2 | -6/+29 |
| | | | | | | | | | | | | | | | | during the fopen call, e.g. 'r' becomes 'r+' if we open an URL | ||||
* | | | | Fixed wrong field name | Vincent Petry | 2014-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This re-fixes an issue where the unencrypted size isn't updated correctly when saving a text file in the UI multiple times. Fixes #7467 | ||||
* | | | | Merge pull request #7439 from owncloud/unit-test-for-7430 | Thomas Müller | 2014-02-27 | 3 | -0/+33 |
|\ \ \ \ | | | | | | | | | | | adding test for migrations on columns using keywords | ||||
| * | | | | Also quote old column name during DB migration | Vincent Petry | 2014-02-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | This fixes alter table commands that didn't quote the old column name | ||||
| * | | | | let's name the column 'select' because this is a keyword on all platforms | Thomas Müller | 2014-02-26 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | adding test for migrations on columns using keywords | Thomas Müller | 2014-02-26 | 2 | -0/+30 |
| | | | | | |||||
* | | | | | Merge pull request #7382 from jbtbnl/master | Raghu Nayyar | 2014-02-27 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove necessity of icon class | ||||
| * | | | | | Remove necessity of icon class | jbtbnl | 2014-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Only the icon specific class is needed | ||||
* | | | | | | Merge pull request #7452 from owncloud/icon-delete-hover | Morris Jobke | 2014-02-27 | 1 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | icons: automatically show delete hover instead of using explicit class | ||||
| * | | | | | | icons: automatically show delete hover instead of using explicit class | Jan-Christoph Borchardt | 2014-02-27 | 1 | -1/+2 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #7446 from owncloud/etag_assert_fixes | Thomas Müller | 2014-02-27 | 6 | -34/+91 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | use assertSame and assertNotSame for etag checks | ||||
| * | | | | | initialize etags of temporary storage | Jörn Friedrich Dreyer | 2014-02-27 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | use assertInternalType for typechecking | Jörn Friedrich Dreyer | 2014-02-27 | 2 | -29/+71 |
| | | | | | | |||||
| * | | | | | use assertSame and assertNotSame for etag checks | Jörn Friedrich Dreyer | 2014-02-27 | 5 | -13/+27 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #7451 from owncloud/fix-jshint | Thomas Müller | 2014-02-27 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | rename config to camelcase | ||||
| * | | | | | rename config to camelcase | Thomas Müller | 2014-02-27 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #7449 from owncloud/remove-input-border | Morris Jobke | 2014-02-27 | 1 | -5/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | remove border from log in input fields, simpler and works better with themes | ||||
| * | | | | | remove border from log in input fields, simpler and works better with themes | Jan-Christoph Borchardt | 2014-02-27 | 1 | -5/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #7450 from owncloud/rename-advanced | Raghu Nayyar | 2014-02-27 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Installation: relabel 'Advanced' to more descriptive 'Storage & database' | ||||
| * | | | | Installation: relabel 'Advanced' to more descriptive 'Storage & database' | Jan-Christoph Borchardt | 2014-02-27 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #7432 from owncloud/enc_cleanup_session_after_decrypt_all | Vincent Petry | 2014-02-27 | 3 | -0/+18 |
|\ \ \ \ | |_|_|/ |/| | | | close encryption session after decryption was finished | ||||
| * | | | close encryption session after decryption was finished | Bjoern Schiessle | 2014-02-26 | 3 | -0/+18 |
| | | | | |||||
* | | | | Merge pull request #7421 from owncloud/password-input | Thomas Müller | 2014-02-26 | 1 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | disable autocomplete for shared link password input, fix #7419 | ||||
| * | | | | disable autocomplete for shared link password input, fix #7419 | Jan-Christoph Borchardt | 2014-02-26 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | Merge pull request #7425 from owncloud/issue/7423 | Thomas Müller | 2014-02-26 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Translate string when an error occured while sending a forgot password mail | ||||
| * | | | | Translate string when an error occured while sending a forgot password mail | Joas Schilling | 2014-02-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Fix #7423 | ||||
* | | | | | Merge pull request #3760 from IMM0rtalis/remove_logout_redirect_slash | Bart Visscher | 2014-02-26 | 1 | -1/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | - removed slash-adding for logout-header-redirect | ||||
| * | | | | - add slash if webroot is an empty string | Florian Scholz | 2013-06-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | - added comment | ||||
| * | | | | - removed slash-adding for logout-header-redirect | Florian Scholz | 2013-06-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #7393 from owncloud/fix_path_in_sharing_results | Björn Schießle | 2014-02-26 | 3 | -1/+84 |
|\ \ \ \ \ | |_|/ / / |/| | | | | fix path in sharing results if it is a file in the Shared folder | ||||
| * | | | | fix path in sharing results if it is a file in the Shared folder | Bjoern Schiessle | 2014-02-25 | 3 | -1/+84 |
| | | | | | |||||
* | | | | | Merge pull request #7409 from owncloud/issue/5361 | Thomas Müller | 2014-02-26 | 1 | -2/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Add owncloud version to JS scope | ||||
| * | | | | | Add owncloud version to JS scope | Joas Schilling | 2014-02-26 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix #5361 | ||||
* | | | | | | Merge pull request #7416 from owncloud/share_api_7311 | Thomas Müller | 2014-02-26 | 1 | -6/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [share api] only add "received_from" field if a share was found | ||||
| * | | | | | | only add "received_from" if a share was found | Bjoern Schiessle | 2014-02-26 | 1 | -6/+6 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #7174 from owncloud/issue/7166 | Jan-Christoph Borchardt | 2014-02-26 | 9 | -44/+279 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add option to change email settings in admin section | ||||
| * | | | | | | Remove unused variables, add doc blocks and break lines | Joas Schilling | 2014-02-26 | 4 | -16/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #7166 |