| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #6252 from nextcloud/only_show1_error | Morris Jobke | 2017-08-26 | 1 | -0/+2 |
|\ |
|
| * | Don't try the actual file upload if the checks already error out | Roeland Jago Douma | 2017-08-26 | 1 | -0/+2 |
* | | Fix sorting of entries in Files sidebar | Jan-Christoph Borchardt | 2017-08-25 | 1 | -3/+3 |
|/ |
|
* | fix test | Robin Appelman | 2017-07-11 | 1 | -9/+11 |
* | Fix sorting of favorite files | Daniel Calviño Sánchez | 2017-07-05 | 1 | -0/+114 |
* | Adjust the unit test | Joas Schilling | 2017-06-13 | 1 | -0/+8 |
* | Make possible to know the registered detail views in a details view | Daniel Calviño Sánchez | 2017-06-09 | 2 | -0/+47 |
* | Do not reload the filelist on first open | Roeland Jago Douma | 2017-05-04 | 1 | -0/+6 |
* | Reload file list when leaving hidden state | Vincent Petry | 2017-04-26 | 1 | -0/+6 |
* | Merge pull request #4458 from nextcloud/fix/sinon-stub-deprecation-warnings | Roeland Jago Douma | 2017-04-24 | 1 | -1/+1 |
|\ |
|
| * | Fix sinon.stub deprecation warnings | Christoph Wurst | 2017-04-24 | 1 | -1/+1 |
* | | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -2/+0 |
|/ |
|
* | Fix the tests | Joas Schilling | 2017-03-26 | 1 | -1/+9 |
* | added quit option in commentstabview.js | noveens | 2017-03-23 | 1 | -1/+1 |
* | Add ignore_files to config, | Felix Heidecke | 2017-03-20 | 1 | -1/+3 |
* | filelist only refreshed if directory changes | noveens | 2017-03-02 | 1 | -0/+18 |
* | Fix app name of files app | Morris Jobke | 2017-02-14 | 1 | -6/+0 |
* | Add tests for getUser() | Joas Schilling | 2017-02-07 | 1 | -0/+71 |
* | Add tests for getFile() | Joas Schilling | 2017-02-07 | 1 | -0/+137 |
* | Style modifications of favorite star on main detail view (#26658) | Michael Jobst | 2016-12-19 | 1 | -10/+10 |
* | Add tests for favorite action | Joas Schilling | 2016-12-04 | 1 | -8/+55 |
* | Add some generic tests | Joas Schilling | 2016-12-04 | 2 | -0/+244 |
* | Catch status code 400 | Lukas Reschke | 2016-12-01 | 1 | -0/+5 |
* | Merge pull request #2123 from nextcloud/downstream-26522 | Joas Schilling | 2016-11-16 | 1 | -0/+28 |
|\ |
|
| * | Skip hidden files when counting visible files in list (#26522) | Vincent Petry | 2016-11-14 | 1 | -0/+28 |
* | | Remove the old activity extension | Joas Schilling | 2016-11-16 | 1 | -367/+0 |
* | | Move the favorites filter to IFilter | Joas Schilling | 2016-11-16 | 1 | -7/+0 |
* | | Introduce an event for first time login based on the last login time stamp | Thomas Müller | 2016-11-14 | 1 | -3/+5 |
|/ |
|
* | Merge pull request #1741 from nextcloud/new_preview | Lukas Reschke | 2016-11-03 | 1 | -13/+32 |
|\ |
|
| * | Added genertor helper & tests | Roeland Jago Douma | 2016-11-03 | 1 | -13/+32 |
* | | Merge pull request #1908 from nextcloud/downstream-26078 | Morris Jobke | 2016-11-03 | 1 | -4/+57 |
|\ \
| |/
|/| |
|
| * | Upload autorename on client side | Vincent Petry | 2016-11-02 | 1 | -4/+57 |
* | | Merge pull request #1978 from nextcloud/remove-send-mail-option | Morris Jobke | 2016-11-02 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | remove 'send mail notification' option from sharing, replaced by send-by-mail... | Bjoern Schiessle | 2016-11-02 | 1 | -2/+0 |
* | | Remove upload_limit in files app as it is not needed with PUT upload (#26069) | Vincent Petry | 2016-11-02 | 1 | -14/+0 |
|/ |
|
* | Fix more tests | Roeland Jago Douma | 2016-10-28 | 2 | -15/+13 |
* | Highlight files and update storage stats at end of upload (#26164) | Vincent Petry | 2016-10-25 | 1 | -4/+13 |
* | Merge pull request #1883 from nextcloud/downstream-26145 | Morris Jobke | 2016-10-25 | 1 | -1/+1 |
|\ |
|
| * | Storage 503 message improvements | Vincent Petry | 2016-10-24 | 1 | -1/+1 |
* | | More fixes to file upload | Vincent Petry | 2016-10-24 | 1 | -1/+1 |
* | | Fix js unit tests for webdav put upload changes | Vincent Petry | 2016-10-24 | 2 | -49/+37 |
* | | Use Webdav PUT for uploads in the web browser | Vincent Petry | 2016-10-24 | 2 | -92/+257 |
|/ |
|
* | Make it possible to filter by tags with REPORT method | Vincent Petry | 2016-10-19 | 2 | -207/+22 |
* | Fix getMock files | Roeland Jago Douma | 2016-09-06 | 3 | -7/+12 |
* | Also prevent null byte character | Joas Schilling | 2016-09-01 | 1 | -0/+1 |
* | Filter out %0A from paths | Joas Schilling | 2016-09-01 | 1 | -1/+2 |
* | Display number of hidden files in files summary (#25870) | Vincent Petry | 2016-08-29 | 2 | -25/+153 |
* | Merge pull request #956 from nextcloud/fix_952 | Lukas Reschke | 2016-08-23 | 1 | -64/+31 |
|\ |
|
| * | When requesting a permalink to an invalid file redirect | Roeland Jago Douma | 2016-08-19 | 1 | -3/+7 |
| * | When using permalinks don't error out if file id can't be found | Roeland Jago Douma | 2016-08-19 | 1 | -64/+27 |