Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unit tests and introduce better mocks of the HTML | Morris Jobke | 2015-07-07 | 2 | -7/+7 |
| | |||||
* | Add proper download started feedback | Morris Jobke | 2015-07-07 | 3 | -12/+59 |
| | | | | | | | | * this code adds a cookie when a special get parameter is set * the content of this get parameter is used as value for the cookie * the cookie expires after 20 seconds * the JS code checks every 500 milliseconds for the cookie -> if the cookie is set the request returned and the download is started | ||||
* | 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 |
| | | | | * also disable download button after click | ||||
* | Add loading spinner to download icon | Morris Jobke | 2015-07-07 | 1 | -0/+8 |
| | | | | * vanishes after 7 seconds | ||||
* | Merge pull request #17399 from rullzer/mimetype-php | Morris Jobke | 2015-07-07 | 1 | -71/+7 |
|\ | | | | | PHP mimetype stuff should also use config/mimetypealiases.json | ||||
| * | 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 | ||||
| * | | 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 | ||||
| * | | [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 |
|\ | | | | | Javascript to fetch mimetype icons | ||||
| * | Share app no longer use the OCS API icon | Roeland Jago Douma | 2015-07-06 | 2 | -2/+1 |
| | | | | | | | | Switch to new javascript mimetype resolver | ||||
| * | Javascript mimetype icon resolver | Roeland Jago Douma | 2015-07-06 | 9 | -2/+559 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to retrieve the icon for mimetypes in javascript. It makes no additional queries to the server to retrieve the mimetype. * config/mimetypealiases.json added * mimetype.js: this is where the logic resides to convert from mimetype to icon url * mimetypelist.js: generated file with a list of mimetype mapping (aliases) and the list of icon files * ./occ maintenance:mimetypesjs : new command for occ to gernerate mimetypes.js * unit tests updated and still work * javascript tests added * theming support * folder of the theme is now present in javascript (OC.theme.folder) | ||||
* | | 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 | ||||
| * | | Fix regression of button at public download page | Morris Jobke | 2015-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | * introduced with #17159 | ||||
* | | | Merge pull request #16924 from owncloud/copy-recursive-polyfill | Thomas Müller | 2015-07-06 | 2 | -0/+135 |
|\ \ \ | |_|/ |/| | | add recursive copy polyfill for storage backends | ||||
| * | | 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 |
|\ \ \ | | | | | | | | | Replace readonly wrapper with permissions mask | ||||
| * | | | 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 | ||||
| * | | | 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 |
|\ \ \ \ | | | | | | | | | | | Reorganize sampe.config.php | ||||
| * | | | | 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 | ||||
| * | | | | | Check if response could get generated | Lukas Reschke | 2015-07-02 | 2 | -2/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `json_encode` fails hard on PHP >= 5.5 if a non UTF-8 value is specified by returning false. Older PHP versions just nullify the value which makes it at least somewhat usable. This leads to very confusing errors which are very hard to debug since developers are usually not aware of this. In this case I'd consider throwing a fatal exception – since it arguably is an error situation – is a fair solution since this makes developers and administrators aware of any occurence of the problem so that these bugs can get fixed. Fixes https://github.com/owncloud/core/issues/17265 | ||||
* | | | | | | Merge pull request #17335 from ↵ | Joas Schilling | 2015-07-06 | 2 | -13/+26 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/better-federated-cloud-sharing-activities Improve federated cloud sharing activities | ||||
| * | | | | | | 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 send, get, accept and decline remote shares | ||||
| * | | | | | | 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 | ||||
| * | | | | | | | 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 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Kill more legacy classes | ||||
| * | | | | | | | 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 |
| | | | | | | | |