Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #10557 from owncloud/better-hover-apps | Morris Jobke | 2014-08-20 | 1 | -7/+2 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | full opacity for the hovered/focused app as well for better contrast | |||||
| * | | | | | full opacity for the hovered/focused app as well for better contrast | Jan-Christoph Borchardt | 2014-08-20 | 1 | -7/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #10422 from owncloud/dav-disablerangerequestwhennotsupported | Vincent Petry | 2014-08-20 | 1 | -0/+22 | |
|\ \ \ \ \ | | | | | | | | | | | | | Return whole file if range request cannot be granted due to encryption | |||||
| * | | | | | Return whole file if range request cannot be granted due to encryption | Vincent Petry | 2014-08-14 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenenver range headers are set and encryption is enabled, it is not possible to automatically fseek() to the proper position. To avoid returning corrupt/invalid data or causing a decryption error, the range headers are stripped so that the SabreDAV code in httpGet() returns the whole file. | |||||
* | | | | | | Merge pull request #10546 from owncloud/add-note-about-cheers | Thomas Müller | 2014-08-20 | 2 | -0/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add note about the term "Cheers" at end of mail | |||||
| * | | | | | | Add note about the term "Cheers" at end of mail | Morris Jobke | 2014-08-20 | 2 | -0/+2 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | * for translators * fixes #8689 | |||||
* | | | | | | Merge pull request #10423 from owncloud/urlencode_s3_copyobject_copysource | Jörn Friedrich Dreyer | 2014-08-20 | 2 | -19/+83 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | urlencode s3 copyObject() copysource | |||||
| * | | | | | use S3Client::encodeKey(), fixes #8325 | Jörn Friedrich Dreyer | 2014-08-14 | 1 | -2/+3 | |
| | | | | | | ||||||
| * | | | | | add unit test for #8325 | Jörn Friedrich Dreyer | 2014-08-14 | 1 | -17/+80 | |
| | | | | | | ||||||
* | | | | | | Update music repo | Morris Jobke | 2014-08-20 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #10534 from owncloud/autotest-cleanuponinterrupt | Morris Jobke | 2014-08-20 | 1 | -5/+11 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Restore autotest config on SIGINT or SIGTERM | |||||
| * | | | | | | Restore autotest config on SIGINT or SIGTERM | Vincent Petry | 2014-08-19 | 1 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When hitting Ctrl+C to interrupt unit test running, the old configuration was not restored properly. This fix traps the signal to properly restore the configuration after an interruption. | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-20 | 710 | -7117/+8110 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #10525 from owncloud/remove-download-message | Clark Tomlinson | 2014-08-19 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | remove obsolete 'Download preparing' message for zip downloads, fix #3755 | |||||
| * | | | | | | | remove obsolete 'Download preparing' message for zip downloads, fix #3755 | Jan-Christoph Borchardt | 2014-08-19 | 1 | -1/+0 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #10523 from owncloud/fix-shared-multiselect | Morris Jobke | 2014-08-19 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | fix multiselect bar offset on shared page | |||||
| * | | | | | | fix multiselect bar offset on shared page | Jan-Christoph Borchardt | 2014-08-19 | 1 | -1/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #9866 from owncloud/app-upgrade | Robin Appelman | 2014-08-19 | 10 | -57/+132 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Don't do app upgrades in the background | |||||
| * | | | | | | fix undefined variable | Robin Appelman | 2014-08-18 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | only set core version at the end | Robin Appelman | 2014-08-04 | 1 | -2/+0 | |
| | | | | | | | ||||||
| * | | | | | | Set maintaince mode when updating an app from the app store | Robin Appelman | 2014-08-04 | 1 | -0/+3 | |
| | | | | | | | ||||||
| * | | | | | | Also set the app version when updating from app store | Robin Appelman | 2014-08-04 | 2 | -2/+3 | |
| | | | | | | | ||||||
| * | | | | | | Send feedback from upgrading apps to the upgrade ui | Robin Appelman | 2014-08-04 | 1 | -0/+6 | |
| | | | | | | | ||||||
| * | | | | | | Allow loading app without checking the upgrade | Robin Appelman | 2014-08-04 | 1 | -4/+8 | |
| | | | | | | | ||||||
| * | | | | | | extract upgrade parts to their own methods | Robin Appelman | 2014-08-04 | 1 | -19/+62 | |
| | | | | | | | ||||||
| * | | | | | | handle service not available exceptions in index, remote and public.php | Robin Appelman | 2014-08-04 | 3 | -0/+15 | |
| | | | | | | | ||||||
| * | | | | | | Throw an exception when we try to load an app that needs to be upgraded | Robin Appelman | 2014-08-04 | 3 | -34/+28 | |
| | | | | | | | ||||||
| * | | | | | | Extend OC_Util::needUpgrade to also catch app upgrades | Robin Appelman | 2014-08-04 | 1 | -1/+12 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #10409 from owncloud/iShallNotCopyStuffWithoutThinking | Lukas Reschke | 2014-08-19 | 2 | -0/+16 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add a copied_sample_config switch | |||||
| * | | | | | | | Add a copied_sample_config switch | Lukas Reschke | 2014-08-19 | 2 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully this will stop people from copying the sample config. I'm so annoyed by all those wrong bug reports... Add some explanation about this switch Move check to init | |||||
* | | | | | | | | Merge pull request #10500 from owncloud/fix_userlist_settings_ajax | Morris Jobke | 2014-08-19 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | properly encode groups as json, not ',' separated | |||||
| * | | | | | | | | properly encode groups as json, not ',' separated | Jörn Friedrich Dreyer | 2014-08-18 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #10425 from owncloud/set_default_share_folder | Björn Schießle | 2014-08-19 | 8 | -4/+123 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Set default share folder | |||||
| * | | | | | | | | | Fix copyright | Lukas Reschke | 2014-08-18 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fix broken unit tests | Bjoern Schiessle | 2014-08-18 | 1 | -3/+5 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | update unit tests with configurable share folder | Bjoern Schiessle | 2014-08-18 | 3 | -0/+76 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | make share folder configurable | Bjoern Schiessle | 2014-08-18 | 4 | -1/+42 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #10494 from owncloud/fix_upload_to_public_folder | Björn Schießle | 2014-08-19 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | set incognitoMode to true during upload to a public folder | |||||
| * | | | | | | | | | set incognitoMode to true, getUser should always return false during public ↵ | Bjoern Schiessle | 2014-08-18 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upload | |||||
* | | | | | | | | | | Merge pull request #10341 from owncloud/issue/9928 | Thomas Müller | 2014-08-19 | 1 | -5/+10 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [Issue/9928] Problems with filemtime in MappedLocal Storage | |||||
| * | | | | | | | | | | Ensure that filename is prefixed with a slash | Joas Schilling | 2014-08-14 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Do not filemtime() on "." directory. Use empty string instead | Joas Schilling | 2014-08-11 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #9928 | |||||
| * | | | | | | | | | | Remove doubled slash between folder and path | Joas Schilling | 2014-08-11 | 1 | -5/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #10492 from owncloud/hidesharesectionswhendisabled | Morris Jobke | 2014-08-19 | 1 | -14/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Hide sharing sections in files app when sharing API is disabled | |||||
| * | | | | | | | | | | | Hide sharing sections in files app when sharing API is disabled | Vincent Petry | 2014-08-18 | 1 | -14/+18 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-19 | 636 | -13982/+16223 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #10340 from owncloud/fix-9887 | blizzz | 2014-08-18 | 6 | -2/+124 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | better check whether string resembles a DN, fixes #9887 | |||||
| * | | | | | | | | | | | unify tests | Arthur Schiwon | 2014-08-18 | 1 | -55/+36 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | adjust login test to code changes | Arthur Schiwon | 2014-08-12 | 1 | -0/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | better check whether string resembles a DN, fixes #9887 | Arthur Schiwon | 2014-08-11 | 5 | -2/+138 | |
| | | | | | | | | | | | |