Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add proper download started feedback | Morris Jobke | 2015-07-07 | 3 | -12/+59 |
* | Make download status fully visible | Morris Jobke | 2015-07-07 | 1 | -0/+8 |
* | Reduce timeout for download spinner to 2 seconds | Morris Jobke | 2015-07-07 | 2 | -2/+2 |
* | Add loading spinner to multi select download button | Morris Jobke | 2015-07-07 | 1 | -0/+20 |
* | Fix layout of disabled links in the file list | Morris Jobke | 2015-07-07 | 2 | -3/+27 |
* | Add loading spinner to download icon | Morris Jobke | 2015-07-07 | 1 | -0/+8 |
* | Merge pull request #17399 from rullzer/mimetype-php | Morris Jobke | 2015-07-07 | 1 | -71/+7 |
|\ | |||||
| * | Make php also use config/mimetypealiases.json | Roeland Jago Douma | 2015-07-07 | 1 | -71/+7 |
* | | Merge pull request #17430 from owncloud/update-readme-8.2 | Thomas Müller | 2015-07-07 | 2 | -3/+3 |
|\ \ | |||||
| * | | Update version to 8.2 in README and bower | Vincent Petry | 2015-07-07 | 2 | -3/+3 |
|/ / | |||||
* | | Merge pull request #17426 from owncloud/update-ee-appstore | Thomas Müller | 2015-07-07 | 1 | -1/+0 |
|\ \ | |||||
| * | | [config sample] Update info about appstore | Morris Jobke | 2015-07-07 | 1 | -1/+0 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-07 | 10 | -0/+14 |
|/ | |||||
* | Merge pull request #16724 from owncloud/mimetype-js | Roeland Douma | 2015-07-06 | 11 | -4/+560 |
|\ | |||||
| * | Share app no longer use the OCS API icon | Roeland Jago Douma | 2015-07-06 | 2 | -2/+1 |
| * | Javascript mimetype icon resolver | Roeland Jago Douma | 2015-07-06 | 9 | -2/+559 |
* | | Merge pull request #17418 from owncloud/fix-public-download-button-regression | Jan-Christoph Borchardt | 2015-07-06 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix regression of button at public download page | Morris Jobke | 2015-07-06 | 1 | -1/+1 |
* | | | Merge pull request #16924 from owncloud/copy-recursive-polyfill | Thomas Müller | 2015-07-06 | 2 | -0/+135 |
|\ \ \ | |_|/ |/| | | |||||
| * | | add unit tests | Robin Appelman | 2015-07-03 | 1 | -0/+46 |
| * | | better handling of folders | Robin Appelman | 2015-07-03 | 1 | -1/+1 |
| * | | phpdoc | Robin Appelman | 2015-06-15 | 1 | -2/+30 |
| * | | add recursive copy polyfill for storage backends | Robin Appelman | 2015-06-14 | 1 | -0/+61 |
* | | | Merge pull request #17290 from owncloud/remove-readonly-wrapper | Thomas Müller | 2015-07-06 | 3 | -76/+2 |
|\ \ \ | |||||
| * | | | remove no longer needed readonly wrapper | Robin Appelman | 2015-07-01 | 1 | -74/+0 |
| * | | | use permissions mask wrapper instead of readonly wrapper | Robin Appelman | 2015-07-01 | 2 | -2/+2 |
* | | | | Merge pull request #16964 from owncloud/versions_occ | Thomas Müller | 2015-07-06 | 3 | -0/+304 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | add occ tool to delete versions | Bjoern Schiessle | 2015-06-16 | 3 | -0/+304 |
* | | | | Merge pull request #17403 from owncloud/reorg-sampe.config.php | Lukas Reschke | 2015-07-06 | 1 | -96/+98 |
|\ \ \ \ | |||||
| * | | | | refine sample config text | Morris Jobke | 2015-07-06 | 1 | -9/+12 |
| * | | | | [config sample] merge Miscellaneous & All other options | Morris Jobke | 2015-07-06 | 1 | -87/+86 |
* | | | | | Merge pull request #17304 from owncloud/fix-17265 | Vincent Petry | 2015-07-06 | 2 | -2/+20 |
|\ \ \ \ \ | |||||
| * | | | | | Check if response could get generated | Lukas Reschke | 2015-07-02 | 2 | -2/+20 |
* | | | | | | Merge pull request #17335 from owncloud/better-federated-cloud-sharing-activi... | Joas Schilling | 2015-07-06 | 2 | -13/+26 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Use federated cloud id as a parameter type | Joas Schilling | 2015-07-02 | 1 | -3/+3 |
| * | | | | | | Add the item name to the federated sahre activity | Joas Schilling | 2015-07-02 | 2 | -1/+6 |
| * | | | | | | Use the app constant to fix the grouping | Joas Schilling | 2015-07-02 | 2 | -9/+11 |
| * | | | | | | Use the item name when refering to the unaccepted remote share | Joas Schilling | 2015-07-02 | 2 | -2/+8 |
* | | | | | | | Merge pull request #16733 from owncloud/add-smashbox-tests-remote-shares | Joas Schilling | 2015-07-06 | 4 | -3/+122 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Add OCS api to get, accept and decline remote shares | Joas Schilling | 2015-07-03 | 4 | -1/+120 |
| * | | | | | | Allow sharing with type remote share | Joas Schilling | 2015-07-03 | 1 | -2/+2 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-06 | 8 | -8/+38 |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-05 | 28 | -20/+158 |
* | | | | | | | Merge pull request #16846 from RealRancor/apps_list_issue_template | Robin McCorkell | 2015-07-04 | 1 | -1/+15 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add occ app:list and ldap:show-config to issue_template.md | RealRancor | 2015-07-04 | 1 | -1/+15 |
|/ / / / / / / | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-04 | 66 | -72/+8 |
* | | | | | | | Merge pull request #17378 from owncloud/kill-more-legacy-classes | Morris Jobke | 2015-07-03 | 53 | -555/+184 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix unit test | Thomas Müller | 2015-07-03 | 1 | -1/+0 |
| * | | | | | | | Fixing unit test execution | Thomas Müller | 2015-07-03 | 2 | -4/+3 |
| * | | | | | | | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 7 | -172/+41 |