summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit tests and introduce better mocks of the HTMLMorris Jobke2015-07-072-7/+7
|
* Add proper download started feedbackMorris Jobke2015-07-073-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 visibleMorris Jobke2015-07-071-0/+8
|
* Reduce timeout for download spinner to 2 secondsMorris Jobke2015-07-072-2/+2
|
* Add loading spinner to multi select download buttonMorris Jobke2015-07-071-0/+20
|
* Fix layout of disabled links in the file listMorris Jobke2015-07-072-3/+27
| | | | * also disable download button after click
* Add loading spinner to download iconMorris Jobke2015-07-071-0/+8
| | | | * vanishes after 7 seconds
* Merge pull request #17399 from rullzer/mimetype-phpMorris Jobke2015-07-071-71/+7
|\ | | | | PHP mimetype stuff should also use config/mimetypealiases.json
| * Make php also use config/mimetypealiases.jsonRoeland Jago Douma2015-07-071-71/+7
| |
* | Merge pull request #17430 from owncloud/update-readme-8.2Thomas Müller2015-07-072-3/+3
|\ \ | | | | | | Update version to 8.2 in README and bower
| * | Update version to 8.2 in README and bowerVincent Petry2015-07-072-3/+3
|/ /
* | Merge pull request #17426 from owncloud/update-ee-appstoreThomas Müller2015-07-071-1/+0
|\ \ | | | | | | [config sample] Update info about appstore
| * | [config sample] Update info about appstoreMorris Jobke2015-07-071-1/+0
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2015-07-0710-0/+14
|/
* Merge pull request #16724 from owncloud/mimetype-jsRoeland Douma2015-07-0611-4/+560
|\ | | | | Javascript to fetch mimetype icons
| * Share app no longer use the OCS API iconRoeland Jago Douma2015-07-062-2/+1
| | | | | | | | Switch to new javascript mimetype resolver
| * Javascript mimetype icon resolverRoeland Jago Douma2015-07-069-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-regressionJan-Christoph Borchardt2015-07-061-1/+1
|\ \ | | | | | | Fix regression of button at public download page
| * | Fix regression of button at public download pageMorris Jobke2015-07-061-1/+1
| | | | | | | | | | | | * introduced with #17159
* | | Merge pull request #16924 from owncloud/copy-recursive-polyfillThomas Müller2015-07-062-0/+135
|\ \ \ | |_|/ |/| | add recursive copy polyfill for storage backends
| * | add unit testsRobin Appelman2015-07-031-0/+46
| | |
| * | better handling of foldersRobin Appelman2015-07-031-1/+1
| | |
| * | phpdocRobin Appelman2015-06-151-2/+30
| | |
| * | add recursive copy polyfill for storage backendsRobin Appelman2015-06-141-0/+61
| | |
* | | Merge pull request #17290 from owncloud/remove-readonly-wrapperThomas Müller2015-07-063-76/+2
|\ \ \ | | | | | | | | Replace readonly wrapper with permissions mask
| * | | remove no longer needed readonly wrapperRobin Appelman2015-07-011-74/+0
| | | |
| * | | use permissions mask wrapper instead of readonly wrapperRobin Appelman2015-07-012-2/+2
| | | |
* | | | Merge pull request #16964 from owncloud/versions_occThomas Müller2015-07-063-0/+304
|\ \ \ \ | |_|_|/ |/| | | add occ tool to delete versions
| * | | add occ tool to delete versionsBjoern Schiessle2015-06-163-0/+304
| | | |
* | | | Merge pull request #17403 from owncloud/reorg-sampe.config.phpLukas Reschke2015-07-061-96/+98
|\ \ \ \ | | | | | | | | | | Reorganize sampe.config.php
| * | | | refine sample config textMorris Jobke2015-07-061-9/+12
| | | | |
| * | | | [config sample] merge Miscellaneous & All other optionsMorris Jobke2015-07-061-87/+86
| | | | |
* | | | | Merge pull request #17304 from owncloud/fix-17265Vincent Petry2015-07-062-2/+20
|\ \ \ \ \ | | | | | | | | | | | | Check if response could get generated
| * | | | | Check if response could get generatedLukas Reschke2015-07-022-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 Schilling2015-07-062-13/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/better-federated-cloud-sharing-activities Improve federated cloud sharing activities
| * | | | | | Use federated cloud id as a parameter typeJoas Schilling2015-07-021-3/+3
| | | | | | |
| * | | | | | Add the item name to the federated sahre activityJoas Schilling2015-07-022-1/+6
| | | | | | |
| * | | | | | Use the app constant to fix the groupingJoas Schilling2015-07-022-9/+11
| | | | | | |
| * | | | | | Use the item name when refering to the unaccepted remote shareJoas Schilling2015-07-022-2/+8
| | | | | | |
* | | | | | | Merge pull request #16733 from owncloud/add-smashbox-tests-remote-sharesJoas Schilling2015-07-064-3/+122
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Add OCS API to send, get, accept and decline remote shares
| * | | | | | Add OCS api to get, accept and decline remote sharesJoas Schilling2015-07-034-1/+120
| | | | | | |
| * | | | | | Allow sharing with type remote shareJoas Schilling2015-07-031-2/+2
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-068-8/+38
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-0528-20/+158
| | | | | | |
* | | | | | | Merge pull request #16846 from RealRancor/apps_list_issue_templateRobin McCorkell2015-07-041-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.mdRealRancor2015-07-041-1/+15
|/ / / / / / /
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-0466-72/+8
| | | | | | |
* | | | | | | Merge pull request #17378 from owncloud/kill-more-legacy-classesMorris Jobke2015-07-0353-555/+184
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Kill more legacy classes
| * | | | | | | Fix unit testThomas Müller2015-07-031-1/+0
| | | | | | | |
| * | | | | | | Fixing unit test executionThomas Müller2015-07-032-4/+3
| | | | | | | |