summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* typos, indentation and remove of unused codeThomas Müller2014-04-283-7/+7
* html input tag has no closing tagThomas Müller2014-04-281-2/+3
* $RUNTIME_APPTYPES is no longer used - left over from pre OC4Thomas Müller2014-04-281-5/+0
* Added unit test in files app for sort function in helper classVincent Petry2014-04-282-6/+113
* Set default sort of trashbin to timestamp descendingVincent Petry2014-04-282-4/+2
* Add sorting to files list, trashbin and public filesVincent Petry2014-04-2810-57/+382
* Merge pull request #7167 from owncloud/files-ajaxload-infscrollThomas Müller2014-04-2819-771/+1742
|\
| * typos, naming, remove unused code, identationThomas Müller2014-04-283-53/+39
| * Fixed drag and drop into folder and onto breadcrumbVincent Petry2014-04-283-82/+211
| * Fixed selection summary calculation issueVincent Petry2014-04-282-3/+27
| * Cleanup of event handlersVincent Petry2014-04-281-32/+32
| * Cleanup and fix trashbin "clear all files" operationVincent Petry2014-04-282-6/+2
| * Fixed drag shadow file sortingVincent Petry2014-04-281-0/+1
| * Fixed selection to be based on FileList.filesVincent Petry2014-04-285-161/+289
| * Fix trashbin previews and "delete selected"Vincent Petry2014-04-282-4/+4
| * Make sure there are always enough elements visible on the pageVincent Petry2014-04-282-0/+18
| * Fixed insertion of filesVincent Petry2014-04-284-40/+169
| * Fixed file sorting to work with scrollingVincent Petry2014-04-282-106/+150
| * Fix file selection for infinite scrollingVincent Petry2014-04-288-379/+626
| * Fix file summary to use the whole file listVincent Petry2014-04-2812-138/+342
| * Added infinite scrolling (in-memory list)Vincent Petry2014-04-282-6/+71
* | Merge pull request #8380 from owncloud/kill_office_fallbackThomas Müller2014-04-282-149/+0
|\ \
| * | remove preview office fallback as it makes too much trouble and generates ina...Georg Ehrke2014-04-282-149/+0
* | | Merge pull request #8340 from tribut/htaccess-escape-dotsThomas Müller2014-04-281-6/+6
|\ \ \ | |_|/ |/| |
| * | Remove trailing tabFelix Eckhofer2014-04-281-1/+1
| * | Escape literal dots in mod_rewrite regexesFelix Eckhofer2014-04-281-6/+6
| |/
* | Merge pull request #8381 from owncloud/files_irodsThomas Müller2014-04-2882-8015/+0
|\ \
| * | drop files_irods from apps_externalThomas Müller2014-04-2882-8015/+0
| |/
* | Merge pull request #8309 from DavidPrevot/chosenThomas Müller2014-04-281-1/+1
|\ \ | |/ |/|
| * Adapt chosen (css) pathDavid Prévot2014-04-221-1/+1
* | Merge pull request #8327 from owncloud/l10n-files_external-fieldsThomas Müller2014-04-282-66/+67
|\ \
| * | fix single quote sanitizationVolkan Gezer2014-04-261-1/+1
| * | Add translatable mount configsVolkan Gezer2014-04-231-65/+66
| |/
* | Merge pull request #7473 from owncloud/append-error-documentThomas Müller2014-04-283-48/+14
|\ \
| * \ Merge branch 'master' into append-error-documentThomas Müller2014-04-021730-59460/+97173
| |\ \
| * | | A version bump is not necessary hereLukas Reschke2014-02-281-1/+1
| * | | Typo + use regular assignmentLukas Reschke2014-02-281-2/+2
| * | | Remove .htaccess creation codeLukas Reschke2014-02-284-49/+15
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-28162-742/+1289
* | | | Merge pull request #8372 from owncloud/give-admins-a-hintLukas Reschke2014-04-271-1/+1
|\ \ \ \
| * | | | Remove an added t by the github webeditorLukas Reschke2014-04-271-1/+1
| * | | | Grammatical fixesLukas Reschke2014-04-271-2/+2
| * | | | Clarify the trusted_domain error pageLukas Reschke2014-04-261-1/+1
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-2726-46/+59
|/ / / /
* | | | Merge pull request #8371 from owncloud/example-configThomas Müller2014-04-261-1/+1
|\ \ \ \
| * | | | Add another example to the trusted_domains configLukas Reschke2014-04-261-1/+1
|/ / / /
* | | | Merge pull request #8343 from owncloud/fix-statusLukas Reschke2014-04-261-1/+1
|\ \ \ \
| * | | | "echo" is a language construct. Don't treat it like a function.Andreas Fischer2014-04-261-1/+1
| * | | | Use echo since print_unescaped is not definedLukas Reschke2014-04-241-1/+1
* | | | | Merge pull request #8353 from owncloud/publicshare-webdavicewind19912014-04-264-2/+131
|\ \ \ \ \