Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10378 from nextcloud/bugfix/noid/fix-icon-name-14 | Morris Jobke | 2018-07-25 | 7 | -4/+7 |
|\ | |||||
| * | Readd starred icon since it is used in activity renderings | Julius Härtl | 2018-07-24 | 1 | -0/+1 |
| * | Replace contacts-dark icon | Julius Härtl | 2018-07-24 | 1 | -1/+1 |
| * | Add group icon | Julius Härtl | 2018-07-24 | 3 | -1/+3 |
| * | Replace contacts-dark icon with contacts | Julius Härtl | 2018-07-24 | 2 | -2/+2 |
* | | Merge pull request #10322 from weeman1337/feature-9978-improve-disabled-user-... | Roeland Jago Douma | 2018-07-24 | 6 | -31/+164 |
|\ \ | |||||
| * | | Adds disabled user acceptance tests | Michael Weimann | 2018-07-24 | 3 | -0/+24 |
| * | | Adds disabled user unit tests | Michael Weimann | 2018-07-21 | 1 | -3/+47 |
| * | | Implements handling for deactivated users | Michael Weimann | 2018-07-21 | 2 | -28/+93 |
* | | | Merge pull request #10238 from nextcloud/add-support-for-sending-the-password... | Morris Jobke | 2018-07-24 | 16 | -48/+959 |
|\ \ \ | |||||
| * | | | Make possible to enable "sending password by Talk" from the share menu | Daniel Calviño Sánchez | 2018-07-24 | 1 | -8/+99 |
| * | | | Add event to load additional scripts in the auth page for public shares | Daniel Calviño Sánchez | 2018-07-24 | 2 | -0/+30 |
| * | | | Add support for sending the password by Talk to ShareAPIController | Daniel Calviño Sánchez | 2018-07-24 | 3 | -33/+121 |
| * | | | Honour "sendPasswordByTalk" property in mail shares | Daniel Calviño Sánchez | 2018-07-24 | 4 | -3/+606 |
| * | | | Store "sendPasswordByTalk" property of mail shares in the database | Daniel Calviño Sánchez | 2018-07-24 | 2 | -3/+12 |
| * | | | Add "sendPasswordByTalk" property to shares | Daniel Calviño Sánchez | 2018-07-24 | 2 | -0/+40 |
| * | | | Add "password_by_talk" column to "share" table in the database | Daniel Calviño Sánchez | 2018-07-24 | 4 | -1/+51 |
* | | | | Merge pull request #10298 from nextcloud/bugfix/talk-714/only-migrate-the-sch... | Morris Jobke | 2018-07-24 | 2 | -10/+16 |
|\ \ \ \ | |||||
| * | | | | Only create the schema when moving between databases | Joas Schilling | 2018-07-19 | 2 | -10/+16 |
* | | | | | Merge pull request #10348 from nextcloud/fix-transfering-ownership-of-a-share... | Morris Jobke | 2018-07-24 | 2 | -1/+15 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Fix transfering ownership of a share to user with same id as receiver | Daniel Calviño Sánchez | 2018-07-24 | 2 | -1/+15 |
* | | | | | Merge pull request #10375 from nextcloud/background-scan-root | Morris Jobke | 2018-07-24 | 1 | -5/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Do scan the root storage in background scan | Robin Appelman | 2018-07-24 | 1 | -5/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #10353 from nextcloud/dependabot/npm_and_yarn/apps/updaten... | Morris Jobke | 2018-07-24 | 4 | -25/+12 |
|\ \ \ \ | |||||
| * | | | | Rebuild updatenotifications | Roeland Jago Douma | 2018-07-24 | 3 | -8/+13 |
| * | | | | Bump webpack from 4.16.0 to 4.16.2 in /apps/updatenotification | dependabot[bot] | 2018-07-24 | 2 | -30/+12 |
* | | | | | Merge pull request #10326 from nextcloud/svg-api-suf-fixes | Morris Jobke | 2018-07-24 | 5 | -8/+31 |
|\ \ \ \ \ | |||||
| * | | | | | new tests | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -2/+27 |
| * | | | | | Uppercase | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -1/+1 |
| * | | | | | Fix regex of iconsCacher | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -1/+1 |
| * | | | | | Fix header controls sticky positioning | John Molakvoæ (skjnldsv) | 2018-07-24 | 3 | -5/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #10327 from nextcloud/focus-comment-on-tabs-select | Morris Jobke | 2018-07-24 | 2 | -24/+25 |
|\ \ \ \ \ | |||||
| * | | | | | Fixed comments design | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -24/+22 |
| * | | | | | Focus the comment input on tab select/loading | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -0/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #10369 from nextcloud/techdebt/noid/avoid-404-on-developer... | Morris Jobke | 2018-07-24 | 3 | -3/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Rerun js build | Roeland Jago Douma | 2018-07-24 | 1 | -1/+0 |
| * | | | | Remove hint to .map.js files on vendor projects that we do not ship | Morris Jobke | 2018-07-24 | 2 | -2/+0 |
| |/ / / | |||||
* | | | | Merge pull request #10363 from nextcloud/structure-mobile-and-public-fixes | Morris Jobke | 2018-07-24 | 20 | -34/+128 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Phpunit tests fixes | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -0/+63 |
| * | | | Fixed scrolling container | John Molakvoæ (skjnldsv) | 2018-07-24 | 11 | -14/+23 |
| * | | | Acceptance and mobile navigation fixes | John Molakvoæ (skjnldsv) | 2018-07-24 | 10 | -22/+44 |
|/ / / | |||||
* | | | Merge pull request #10331 from weeman1337/fix-10330-files-multi-select-header | Morris Jobke | 2018-07-24 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Uses a variable for the multiselect header offset | Michael Weimann | 2018-07-23 | 1 | -1/+1 |
| * | | | Adjusts the files multi select header width | Michael Weimann | 2018-07-22 | 1 | -1/+1 |
* | | | | Merge pull request #10218 from nextcloud/share-comments | Roeland Jago Douma | 2018-07-24 | 42 | -953/+1252 |
|\ \ \ \ | |||||
| * | | | | Comply @since requirements | John Molakvoæ (skjnldsv) | 2018-07-23 | 1 | -0/+1 |
| * | | | | Design fixes | John Molakvoæ (skjnldsv) | 2018-07-21 | 1 | -2/+4 |
| * | | | | Adjust acceptance tests to the new share link UI | Daniel Calviño Sánchez | 2018-07-21 | 1 | -24/+66 |
| * | | | | Design structure fixes | John Molakvoæ (skjnldsv) | 2018-07-21 | 7 | -31/+65 |
| * | | | | Tests fixes and design bump | John Molakvoæ (skjnldsv) | 2018-07-21 | 9 | -191/+45 |