aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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 ↵Thomas Müller2014-10-301-2/+0
| | | | | | | | take care of this
* | [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
| | | | | | | | | | | | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-291-0/+1
| |
* | Add type hinting to functionsLukas Reschke2014-10-241-4/+7
| | | | | | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs.
* | Merge pull request #11754 from owncloud/fix-division-nullLukas Reschke2014-10-241-1/+1
|\ \ | | | | | | Prevent division by zero
| * | Prevent division by zeroLukas Reschke2014-10-241-1/+1
| | | | | | | | | | | | Potentially fixes https://github.com/owncloud/core/issues/11742
* | | [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 characters
| * | 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
|\ \ | | | | | | Page size calculation based on real page height
| * | 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
| | | | | | | | | That is why we use `this.$el.parent()` instead
| * | 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
| | | | | | | | | | | | | | | | | | This is fix for https://github.com/owncloud/core/issues/10060 Instead of hard coding page size as 20 items, we check real page height, and divide by 50 (height of one row). This will allow to load fewer items on small screens and enough items on large screens (4k, portrait orientation, etc.). Also checking page height on every load to respond on browser window resizing,
* | | Use body element when animating scroll in public pageVincent Petry2014-10-151-1/+7
|/ / | | | | | | | | | | In the public page the scroll container is the window instead of a div. The $(window) object doesn't support animating the scroll property, so the $('body') element is used instead.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-102-1/+3
| |
* | Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
| | | | | | | | | | | | This allows to have links to different doc base URLs a.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-091-1/+1
|/
* Merge pull request #11471 from brumsoel/masterMorris Jobke2014-10-081-1/+1
|\ | | | | Fix file size comparator return value
| * Fix file size comparator return valuebrumsoel2014-10-081-1/+1
| |
* | log exceptions when listing filesJörn Friedrich Dreyer2014-10-081-0/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-081-0/+3
|/
* Merge pull request #11451 from owncloud/reduce-bottom-paddingMorris Jobke2014-10-071-1/+1
|\ | | | | reduce bottom padding in filelist, fix perceived glitching, fix #11213
| * reduce bottom padding in filelist, fix perceived glitching, fix #11213Jan-Christoph Borchardt2014-10-071-1/+1
| |
* | Merge pull request #11378 from owncloud/sort-indicator-styleVincent Petry2014-10-071-5/+9
|\ \ | |/ |/| fix position and style of sort indicator
| * fix position and style of sort indicatorJan-Christoph Borchardt2014-10-011-5/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-071-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-062-0/+14
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-011-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-09-301-0/+7
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-291-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-282-1/+31
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-254-1/+18
|
* Show a proper error message when trying to scan the filesystem for a non ↵Robin Appelman2014-09-241-1/+5
| | | | existing user