| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing compiled mimetype list - see #10135 | Morris Jobke | 2018-10-01 | 1 | -0/+6 |
* | Change wording of 'Copy URL' to more understandable 'Copy link' | Jan-Christoph Borchardt | 2018-10-01 | 1 | -5/+5 |
* | Bump templates to handlebars 4.0.12 | Roeland Jago Douma | 2018-09-28 | 1 | -25/+25 |
* | Merge pull request #11037 from nextcloud/trash-webui-dav | Morris Jobke | 2018-09-28 | 1 | -1/+2 |
|\ |
|
| * | fix trashbin infoparsers interfering with other dav clients | Robin Appelman | 2018-09-20 | 1 | -0/+1 |
| * | pass existing data to info parsers | Robin Appelman | 2018-09-20 | 1 | -1/+1 |
* | | Compile contactmenu handlebars templates | Roeland Jago Douma | 2018-09-27 | 8 | -81/+190 |
|/ |
|
* | Merge pull request #11171 from nextcloud/bugfix/noid/shared-by-info-for-room-... | Joas Schilling | 2018-09-19 | 1 | -10/+22 |
|\ |
|
| * | Better shared-by info for conversations without names | Joas Schilling | 2018-09-11 | 1 | -10/+22 |
* | | Merge pull request #11151 from nextcloud/davclient-js-decode | Joas Schilling | 2018-09-13 | 1 | -1/+1 |
|\ \ |
|
| * | | fix js files client for user names with spaces | Robin Appelman | 2018-09-10 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #11036 from nextcloud/fix/10903/users-undefined-maxautocom... | Joas Schilling | 2018-09-13 | 2 | -71/+224 |
|\ \ |
|
| * | | adjust and extend js unit tests | Arthur Schiwon | 2018-09-12 | 1 | -63/+203 |
| * | | don't user a higher paging size than max autocomplete entries are set | Arthur Schiwon | 2018-09-10 | 1 | -2/+2 |
| * | | fix check for more users | Arthur Schiwon | 2018-09-10 | 1 | -6/+19 |
| |/ |
|
* | | Merge pull request #10840 from webfoersterei/refactor/5530-urandom-check | Joas Schilling | 2018-09-13 | 2 | -18/+18 |
|\ \
| |/
|/| |
|
| * | Change check if secure randomness is possible. | Timo Förster | 2018-08-24 | 2 | -18/+18 |
* | | Make possible to pick both files and folders | Daniel Calviño Sánchez | 2018-08-30 | 1 | -1/+9 |
* | | Store the mime type filter always as an array | Daniel Calviño Sánchez | 2018-08-30 | 1 | -6/+11 |
* | | Fix empty mime type filter | Daniel Calviño Sánchez | 2018-08-30 | 1 | -2/+2 |
* | | Prevent default action from being executed when the button is disabled | Daniel Calviño Sánchez | 2018-08-30 | 1 | -1/+1 |
* | | Use empty alt tag for avatars since there is always the name next to it | Joas Schilling | 2018-08-26 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #10838 from nextcloud/header-fixes-and-public-note | Morris Jobke | 2018-08-24 | 3 | -3/+3 |
|\ |
|
| * | Fix jsunit | John Molakvoæ (skjnldsv) | 2018-08-24 | 1 | -1/+1 |
| * | Fix public share link order | John Molakvoæ (skjnldsv) | 2018-08-24 | 1 | -1/+1 |
| * | Fix public link order and fix skip to content | John Molakvoæ (skjnldsv) | 2018-08-24 | 1 | -1/+1 |
| * | Fix header calculation and better public design | John Molakvoæ (skjnldsv) | 2018-08-24 | 1 | -1/+1 |
* | | Add support for rooms in the list of candidates to share with UI | Daniel Calviño Sánchez | 2018-08-24 | 1 | -5/+29 |
* | | Fix keyboard menu element event detection | John Molakvoæ (skjnldsv) | 2018-08-22 | 1 | -2/+7 |
|/ |
|
* | Adds license to files. Updates the branch. | Michael Weimann | 2018-08-20 | 4 | -13/+90 |
|\ |
|
| * | Merge pull request #10700 from nextcloud/fix/10516/sharepermissions | Morris Jobke | 2018-08-20 | 2 | -2/+2 |
| |\ |
|
| | * | adapt jsunit test | Arthur Schiwon | 2018-08-16 | 1 | -1/+1 |
| | * | Take base permissions from DAV, fixes #10516 | Arthur Schiwon | 2018-08-15 | 1 | -1/+1 |
| * | | Merge pull request #10628 from nextcloud/feature/10154/app-directory-permissi... | Morris Jobke | 2018-08-20 | 2 | -11/+86 |
| |\ \ |
|
| | * | | Extends the setup check js tests | Michael Weimann | 2018-08-09 | 1 | -11/+69 |
| | * | | Adds a setup check for app directory permissions. | Michael Weimann | 2018-08-09 | 1 | -0/+17 |
* | | | | Adds tests for the memory checks | Michael Weimann | 2018-08-20 | 1 | -13/+13 |
* | | | | Adds a memory limit warning for console commands if the limit is below the re... | Michael Weimann | 2018-08-20 | 1 | -1/+1 |
* | | | | Adds tests for the setup memory limit checks | Michael Weimann | 2018-08-20 | 1 | -11/+67 |
* | | | | Adds a setup check for the memory limit | Michael Weimann | 2018-08-20 | 1 | -0/+9 |
|/ / / |
|
* | | | Merge pull request #10608 from nextcloud/header-menu-fixes | Julius Härtl | 2018-08-16 | 2 | -7/+7 |
|\ \ \ |
|
| * | | | Tests fixes | John Molakvoæ (skjnldsv) | 2018-08-10 | 1 | -6/+6 |
| * | | | Align to the left | John Molakvoæ (skjnldsv) | 2018-08-09 | 1 | -1/+1 |
* | | | | Disabled checkboxes and design fixes | John Molakvoæ (skjnldsv) | 2018-08-16 | 1 | -19/+15 |
* | | | | Fix password enforce on public links | John Molakvoæ (skjnldsv) | 2018-08-15 | 1 | -14/+88 |
| |_|/
|/| | |
|
* | | | Merge pull request #10619 from nextcloud/bugfix/4550/redirect-page-update | Roeland Jago Douma | 2018-08-10 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Redirect to the same page after an update | Julius Härtl | 2018-08-09 | 1 | -1/+1 |
* | | | Merge pull request #10598 from schoonc/patch-1 | Roeland Jago Douma | 2018-08-09 | 1 | -2/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Removed unused variable isFile | schoonc | 2018-08-09 | 1 | -2/+0 |
| |/ |
|
* | | Add custom handling for room shares to the resharer information | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+11 |