summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-282-0/+2
* Don't show favicon to prevent iteration through subfoldersLukas Reschke2014-11-261-1/+1
* Merge pull request #12421 from owncloud/issue/6101-remove-namespace-permissio...Morris Jobke2014-11-261-3/+3
|\
| * Replace deprecated constant with new class constantJoas Schilling2014-11-251-3/+3
* | we no longer need to keep the session open for encryptionBjoern Schiessle2014-11-251-6/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-222-0/+2
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-218-0/+166
* Merge pull request #12325 from owncloud/removeunneccessarylangLukas Reschke2014-11-208-166/+0
|\
| * cleanup languages. closes #11274Volkan Gezer2014-11-208-166/+0
* | Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-2/+1
* | Use base class to reset the file mapperJoas Schilling2014-11-191-2/+2
|/
* Only show undelete capability if files_trashbin is enabledLukas Reschke2014-11-181-1/+0
* Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-171-2/+12
|\
| * Correctly restore previous root mount point after testingJoas Schilling2014-11-171-2/+12
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-152-8/+8
* | Merge pull request #9177 from owncloud/jsdocexperimentVincent Petry2014-11-139-49/+204
|\ \
| * | Improved Javascript docs for JSDocVincent Petry2014-10-319-49/+204
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-112-2/+2
* | | Merge pull request #12070 from owncloud/accessibility-fixesMorris Jobke2014-11-102-14/+35
|\ \ \
| * | | add relevant focus styles to the existing hover stylesJan-Christoph Borchardt2014-11-061-13/+34
| * | | add alt text for file actions, but leave empty since text is directly next to itJan-Christoph Borchardt2014-11-061-1/+1
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-092-2/+72
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-082-2/+2
|/ / /
* | / unbold labels and foldersJan-Christoph Borchardt2014-11-051-1/+0
| |/ |/|
* | JS unit tests fix - use toBeUndefined() instead of toEqual(null)Morris Jobke2014-11-041-7/+7
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-012-2/+2
|/
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-2/+0
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-3010-12/+38
* update all translation files to js and jsonThomas Müller2014-10-29363-5435/+10843
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-291-0/+1
* Add type hinting to functionsLukas Reschke2014-10-241-4/+7
* Merge pull request #11754 from owncloud/fix-division-nullLukas Reschke2014-10-241-1/+1
|\
| * Prevent division by zeroLukas Reschke2014-10-241-1/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-241-10/+27
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-231-0/+1
* Merge pull request #11675 from owncloud/urlencode-for-special-charactersLukas Reschke2014-10-211-3/+3
|\
| * URLEncode filenames to be compatible with special charactersLukas Reschke2014-10-201-3/+3
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-211-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-201-3/+9
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-191-0/+3
* Merge pull request #11524 from nazar-pc/patch-1Vincent Petry2014-10-163-8/+11
|\
| * Changed fileList.pageSize to function callNazar Mokrynskyi2014-10-151-1/+1
| * TypoNazar Mokrynskyi2014-10-151-1/+1
| * Even better - usage of this.$container instead of this.$el.parent()Nazar Mokrynskyi2014-10-151-1/+1
| * Stub for pageSize, because now it is dynamically calculatedNazar Mokrynskyi2014-10-151-2/+3
| * this.$el is not the same as $('#app-content')Nazar Mokrynskyi2014-10-151-1/+1
| * Use function call for FileList.pageSizeNazar Mokrynskyi2014-10-151-1/+1
| * Use this.$el instead of the absolute selectorNazar Mokrynskyi2014-10-151-1/+1
| * Page size calculation based on real page heightNazar Mokrynskyi2014-10-111-4/+6