Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Metadata tests | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -1/+8 |
* | Fixed Controller Test | John Molakvoæ (skjnldsv) | 2018-03-08 | 3 | -54/+145 |
* | Fixed select2 workflow | John Molakvoæ (skjnldsv) | 2018-03-08 | 2 | -40/+30 |
* | Fix users loading on group click and group creation on select | John Molakvoæ (skjnldsv) | 2018-03-08 | 2 | -3/+5 |
* | Use group displayNames in users list | John Molakvoæ (skjnldsv) | 2018-03-08 | 6 | -41/+74 |
* | Fix group display name in the sidebar of the user management | Joas Schilling | 2018-03-08 | 2 | -8/+8 |
* | Fix group displaynames in activity | Joas Schilling | 2018-03-08 | 4 | -35/+108 |
* | Start fixing Select2 options | Joas Schilling | 2018-03-08 | 2 | -10/+16 |
* | Correctly return the group name | Joas Schilling | 2018-03-08 | 2 | -11/+6 |
* | Show the displayname in the users group list | Joas Schilling | 2018-03-08 | 1 | -1/+1 |
* | Merge pull request #8711 from nextcloud/objectstore-write-only-fopen | Morris Jobke | 2018-03-08 | 1 | -7/+13 |
|\ | |||||
| * | don't read existing file when overwriting using object store | Robin Appelman | 2018-03-07 | 1 | -7/+13 |
* | | Merge pull request #8662 from nextcloud/better-debugging-unit-tests | Roeland Jago Douma | 2018-03-07 | 1 | -0/+7 |
|\ \ | |||||
| * | | Single quotes | Joas Schilling | 2018-03-07 | 1 | -1/+1 |
| * | | Suppress phan error | Joas Schilling | 2018-03-07 | 1 | -0/+1 |
| * | | Try without autoloading | Joas Schilling | 2018-03-06 | 1 | -1/+1 |
| * | | Better debugging for "Your test case is not allowed to access the database." | Joas Schilling | 2018-03-05 | 1 | -0/+6 |
* | | | Merge pull request #8714 from nextcloud/8705 | Morris Jobke | 2018-03-07 | 2 | -1/+25 |
|\ \ \ | |||||
| * | | | Fix tests | Roeland Jago Douma | 2018-03-07 | 1 | -0/+17 |
| * | | | Check if the cached js file exists | Roeland Jago Douma | 2018-03-07 | 1 | -1/+8 |
* | | | | Merge pull request #8373 from nextcloud/right-header-stdrd | Morris Jobke | 2018-03-07 | 9 | -164/+203 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fixed public template | John Molakvoæ (skjnldsv) | 2018-03-07 | 5 | -38/+36 |
| * | | | Fixed loading state in apps nav menu | John Molakvoæ (skjnldsv) | 2018-03-04 | 1 | -23/+25 |
| * | | | Fixed appsmenu | John Molakvoæ (skjnldsv) | 2018-03-04 | 1 | -1/+1 |
| * | | | Fixed centering of the nav/picker popup | John Molakvoæ (skjnldsv) | 2018-03-04 | 1 | -6/+6 |
| * | | | App menu fix | John Molakvoæ (skjnldsv) | 2018-03-04 | 1 | -1/+2 |
| * | | | Use correct variables | John Molakvoæ (skjnldsv) | 2018-03-04 | 1 | -1/+1 |
| * | | | Create special option to toggle header menu container | John Molakvoæ (skjnldsv) | 2018-03-04 | 4 | -7/+9 |
| * | | | Clean scss, use proper loading icon and menu position on narrow screens | John Molakvoæ (skjnldsv) | 2018-03-04 | 3 | -50/+72 |
| * | | | New standard for top right header | John Molakvoæ (skjnldsv) | 2018-03-04 | 1 | -50/+64 |
* | | | | Merge pull request #8696 from nextcloud/fix-public-api-doc | blizzz | 2018-03-07 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix PHPDoc for public API | Morris Jobke | 2018-03-06 | 1 | -1/+1 |
* | | | | | Merge pull request #8652 from nextcloud/navigation-controller-etag | Morris Jobke | 2018-03-07 | 2 | -2/+62 |
|\ \ \ \ \ | |||||
| * | | | | | Fix tests | Julius Härtl | 2018-03-07 | 1 | -1/+1 |
| * | | | | | Replace logout href to avoid new etag on every request | Julius Härtl | 2018-03-06 | 2 | -7/+22 |
| * | | | | | Add ETag to NavigationController | Julius Härtl | 2018-03-05 | 2 | -2/+47 |
* | | | | | | Merge pull request #8596 from nextcloud/bugfix/8454/sharee-email-matches-not-... | Morris Jobke | 2018-03-06 | 1 | -4/+9 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Add the users result only when non empty so tests stay the same | Joas Schilling | 2018-03-02 | 1 | -1/+3 |
| * | | | | | Also array_slice wide email matches of local users | Joas Schilling | 2018-03-01 | 1 | -4/+7 |
* | | | | | | Merge pull request #7419 from Abijeet/feature-7175 | Morris Jobke | 2018-03-06 | 13 | -52/+140 |
|\ \ \ \ \ \ | |||||
| * | | | | | | reuse query builder | Robin Appelman | 2018-01-12 | 4 | -11/+16 |
| * | | | | | | refactor user searching | Robin Appelman | 2017-12-20 | 9 | -52/+101 |
| * | | | | | | Added newline to end of htaccess file | Abijeet | 2017-12-18 | 1 | -1/+1 |
| * | | | | | | Adds search by email function on the users screen. | Abijeet | 2017-12-16 | 3 | -4/+38 |
* | | | | | | | Merge pull request #8579 from nextcloud/feature/2692/merge-can-i-update | Morris Jobke | 2018-03-06 | 9 | -18/+277 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix the cursor on the icon | Joas Schilling | 2018-03-06 | 1 | -1/+2 |
| * | | | | | | | Add a little arrow to indicate that the list can be opened | Joas Schilling | 2018-03-06 | 2 | -3/+16 |
| * | | | | | | | Fix the available list | Joas Schilling | 2018-03-06 | 1 | -1/+0 |
| * | | | | | | | Show a loading message while we determinate the status of the updates | Joas Schilling | 2018-03-06 | 2 | -1/+7 |
| * | | | | | | | Check for app updates when there is a new major version available | Joas Schilling | 2018-02-28 | 6 | -16/+253 |