Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Update root certificate list | Lukas Reschke | 2016-10-06 | 1 | -84/+227 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #1636 from nextcloud/downstream-26203-fix-synjob-class-name | Morris Jobke | 2016-10-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix SyncJob class name in info.xml | Joas Schilling | 2016-10-06 | 1 | -1/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #1229 from nextcloud/bugfix/change-password-changes | Morris Jobke | 2016-10-06 | 4 | -6/+25 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | remove old indicators for "saving started" and "saving successful" | Morris Jobke | 2016-10-06 | 1 | -2/+0 | |
| * | | | | | | Removes spinner in case password is wrong as well. | Raghu Nayyar | 2016-09-17 | 1 | -1/+1 | |
| * | | | | | | Removes tipsy when password verification is going on | Raghu Nayyar | 2016-09-17 | 3 | -3/+6 | |
| * | | | | | | Removes the check mark after 5 second timeout. | Raghu Nayyar | 2016-09-17 | 1 | -0/+12 | |
| * | | | | | | Adds a checkmark when the change is complete. | Raghu Nayyar | 2016-09-17 | 2 | -0/+5 | |
| * | | | | | | Disables teh button when clicked change password. | Raghu Nayyar | 2016-09-17 | 1 | -1/+2 | |
* | | | | | | | Merge pull request #1525 from nextcloud/newdav-tagsplugin | Joas Schilling | 2016-10-06 | 3 | -10/+55 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | User was incorrect | Sergio Bertolin | 2016-10-05 | 1 | -10/+11 | |
| * | | | | | | Modifications to avoid old dav path | Sergio BertolĂn | 2016-10-05 | 2 | -5/+5 | |
| * | | | | | | Added failing tests | Sergio Bertolin | 2016-10-05 | 1 | -0/+38 | |
| * | | | | | | New dav endpoint register tags plugin | Vincent Petry | 2016-10-05 | 1 | -0/+6 | |
* | | | | | | | Merge pull request #1306 from nextcloud/simplefs | Lukas Reschke | 2016-10-06 | 27 | -57/+1367 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | add proper exception documentation for ISimpleFS interface | Morris Jobke | 2016-10-05 | 1 | -0/+6 | |
| * | | | | | | Fix avatar tests | Roeland Jago Douma | 2016-10-05 | 1 | -10/+10 | |
| * | | | | | | DI fails for bg job | Roeland Jago Douma | 2016-10-05 | 1 | -10/+4 | |
| * | | | | | | Fix repair | Roeland Jago Douma | 2016-10-05 | 1 | -3/+1 | |
| * | | | | | | Update autoloader | Roeland Jago Douma | 2016-10-05 | 2 | -0/+2 | |
| * | | | | | | Use a backgroundjob to move avatars | Roeland Jago Douma | 2016-10-05 | 2 | -78/+118 | |
| * | | | | | | Deprecate old app folder | Roeland Jago Douma | 2016-10-05 | 2 | -0/+2 | |
| * | | | | | | Update autoloader | Roeland Jago Douma | 2016-10-05 | 2 | -0/+18 | |
| * | | | | | | Kill users with the reserved name on login | Roeland Jago Douma | 2016-10-05 | 1 | -1/+11 | |
| * | | | | | | Add for proper DI | Roeland Jago Douma | 2016-10-05 | 1 | -0/+5 | |
| * | | | | | | Avatar migration step | Roeland Jago Douma | 2016-10-05 | 3 | -1/+142 | |
| * | | | | | | avatar to appdata | Roeland Jago Douma | 2016-10-05 | 6 | -38/+36 | |
| * | | | | | | Add Tests | Roeland Jago Douma | 2016-10-05 | 6 | -12/+444 | |
| * | | | | | | Initial AppData | Roeland Jago Douma | 2016-10-05 | 11 | -7/+671 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #1518 from nextcloud/dav-fileshome-directory-properties | Morris Jobke | 2016-10-06 | 5 | -107/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FilesHome now also returns DAV properties | Vincent Petry | 2016-09-26 | 5 | -107/+18 | |
* | | | | | | | Merge pull request #1519 from nextcloud/better-comments-in-activity-sidebar | Morris Jobke | 2016-10-05 | 4 | -17/+71 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update file header | Joas Schilling | 2016-10-05 | 1 | -1/+1 | |
| * | | | | | | | Fix activity rendering plugin name | Vincent Petry | 2016-10-05 | 1 | -1/+1 | |
| * | | | | | | | Mark the methods as copied | Joas Schilling | 2016-10-05 | 1 | -3/+5 | |
| * | | | | | | | Make sure the CSS rules apply to the activityTabView as well | Joas Schilling | 2016-10-05 | 1 | -5/+9 | |
| * | | | | | | | Register a ActivityTabView plugin | Joas Schilling | 2016-10-05 | 2 | -0/+58 | |
| * | | | | | | | Remove resolved FIXME | Joas Schilling | 2016-10-05 | 1 | -1/+0 | |
| * | | | | | | | Do not shorten comments in the activity sidebar | Joas Schilling | 2016-10-05 | 1 | -11/+2 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #1630 from nextcloud/update-drone-badge | Morris Jobke | 2016-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | use proper drone badge URL | Morris Jobke | 2016-10-05 | 1 | -1/+1 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #1586 from nextcloud/issue-1466-fix-multi-translation-name... | Lukas Reschke | 2016-10-05 | 2 | -7/+74 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fallback from "de" to "de_DE" and the other way around | Joas Schilling | 2016-10-04 | 1 | -3/+30 | |
| * | | | | | | Fix displaying and searching with multiple authors | Joas Schilling | 2016-09-30 | 1 | -0/+7 | |
| * | | | | | | Allow multiple names and description | Joas Schilling | 2016-09-30 | 1 | -7/+40 | |
* | | | | | | | Merge pull request #1624 from nextcloud/exclude_coverage_dirs | Lukas Reschke | 2016-10-05 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Exclude tests and composer dir from coverage | Roeland Jago Douma | 2016-10-05 | 1 | -0/+5 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #1568 from nextcloud/test-running-coverage-also-for-db | Lukas Reschke | 2016-10-05 | 6 | -11/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Generate coverage for quick DB tests | Lukas Reschke | 2016-10-05 | 6 | -11/+26 | |
| |/ / / / / / |