Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -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-null | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
|\ | | | | | Prevent division by zero | ||||
| * | Prevent division by zero | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
| | | | | | | | | Potentially fixes https://github.com/owncloud/core/issues/11742 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-24 | 1 | -10/+27 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-23 | 1 | -0/+1 |
| | |||||
* | Merge pull request #11675 from owncloud/urlencode-for-special-characters | Lukas Reschke | 2014-10-21 | 1 | -3/+3 |
|\ | | | | | URLEncode filenames to be compatible with special characters | ||||
| * | URLEncode filenames to be compatible with special characters | Lukas Reschke | 2014-10-20 | 1 | -3/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-21 | 1 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-20 | 1 | -3/+9 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-19 | 1 | -0/+3 |
| | |||||
* | Merge pull request #11524 from nazar-pc/patch-1 | Vincent Petry | 2014-10-16 | 3 | -8/+11 |
|\ | | | | | Page size calculation based on real page height | ||||
| * | Changed fileList.pageSize to function call | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
| | | |||||
| * | Typo | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
| | | |||||
| * | Even better - usage of this.$container instead of this.$el.parent() | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
| | | |||||
| * | Stub for pageSize, because now it is dynamically calculated | Nazar Mokrynskyi | 2014-10-15 | 1 | -2/+3 |
| | | |||||
| * | this.$el is not the same as $('#app-content') | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
| | | | | | | That is why we use `this.$el.parent()` instead | ||||
| * | Use function call for FileList.pageSize | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
| | | |||||
| * | Use this.$el instead of the absolute selector | Nazar Mokrynskyi | 2014-10-15 | 1 | -1/+1 |
| | | |||||
| * | Page size calculation based on real page height | Nazar Mokrynskyi | 2014-10-11 | 1 | -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 page | Vincent Petry | 2014-10-15 | 1 | -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 transifex | Jenkins for ownCloud | 2014-10-10 | 2 | -1/+3 |
| | |||||
* | Add support for keys in the info.xml | Lukas Reschke | 2014-10-09 | 1 | -0/+3 |
| | | | | | | This allows to have links to different doc base URLs a. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #11471 from brumsoel/master | Morris Jobke | 2014-10-08 | 1 | -1/+1 |
|\ | | | | | Fix file size comparator return value | ||||
| * | Fix file size comparator return value | brumsoel | 2014-10-08 | 1 | -1/+1 |
| | | |||||
* | | log exceptions when listing files | Jörn Friedrich Dreyer | 2014-10-08 | 1 | -0/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-08 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #11451 from owncloud/reduce-bottom-padding | Morris Jobke | 2014-10-07 | 1 | -1/+1 |
|\ | | | | | reduce bottom padding in filelist, fix perceived glitching, fix #11213 | ||||
| * | reduce bottom padding in filelist, fix perceived glitching, fix #11213 | Jan-Christoph Borchardt | 2014-10-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #11378 from owncloud/sort-indicator-style | Vincent Petry | 2014-10-07 | 1 | -5/+9 |
|\ \ | |/ |/| | fix position and style of sort indicator | ||||
| * | fix position and style of sort indicator | Jan-Christoph Borchardt | 2014-10-01 | 1 | -5/+9 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-07 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-06 | 2 | -0/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-01 | 1 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-30 | 1 | -0/+7 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-29 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-28 | 2 | -1/+31 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-25 | 4 | -1/+18 |
| | |||||
* | Show a proper error message when trying to scan the filesystem for a non ↵ | Robin Appelman | 2014-09-24 | 1 | -1/+5 |
| | | | | existing user | ||||
* | Merge pull request #11109 from owncloud/nstamm-patch-1 | Jan-Christoph Borchardt | 2014-09-23 | 1 | -1/+8 |
|\ | | | | | DragnDrop Upload text style | ||||
| * | adjust text size and opacity of drag'n'drop upload text style | Jan-Christoph Borchardt | 2014-09-23 | 1 | -0/+4 |
| | | |||||
| * | DragnDrop Upload text style | Nicolas Stamm | 2014-09-16 | 1 | -1/+4 |
| | | | | | | | | The 8px margin was uggly. | ||||
* | | Merge pull request #11234 from owncloud/fix-icon-classes | Jan-Christoph Borchardt | 2014-09-23 | 4 | -7/+16 |
|\ \ | | | | | | | Fix icon classes, disappeared delete icon | ||||
| * | | force show the loading icon in list for deletion, not only on hover | Jan-Christoph Borchardt | 2014-09-22 | 1 | -0/+9 |
| | | | |||||
| * | | correct progress-icon to icon-loading-small | Jan-Christoph Borchardt | 2014-09-22 | 2 | -6/+6 |
| | | | |||||
| * | | correct delete-icon to icon-delete, fix #11128 | Jan-Christoph Borchardt | 2014-09-22 | 3 | -7/+7 |
| | | | |||||
* | | | Merge pull request #11032 from owncloud/harden-redirect | Lukas Reschke | 2014-09-23 | 1 | -2/+7 |
|\ \ \ | | | | | | | | | Do only follow HTTP and HTTPS redirects | ||||
| * | | | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-22 | 1 | -2/+7 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests | ||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-23 | 1 | -0/+1 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-20 | 2 | -1/+5 |
| | |