Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 1 | -0/+22 | |
|/ / | ||||||
* | | fix email verification status | Bjoern Schiessle | 2017-04-28 | 1 | -1/+5 | |
* | | add missing translation and other small fixes | Bjoern Schiessle | 2017-04-28 | 1 | -1/+1 | |
* | | make use of verification buttons | Bjoern Schiessle | 2017-04-28 | 1 | -3/+9 | |
* | | make sure that every data set has a 'verified' status | Bjoern Schiessle | 2017-04-28 | 1 | -9/+30 | |
* | | ask lookup server if email address was verified by the user | Bjoern Schiessle | 2017-04-28 | 2 | -3/+35 | |
* | | make sure that we don't lose previous verification status | Bjoern Schiessle | 2017-04-28 | 1 | -0/+15 | |
* | | store verification status in accounts table and update lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -0/+46 | |
* | | Merge pull request #4521 from nextcloud/custom-mount-types | Roeland Jago Douma | 2017-04-28 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+4 | |
* | | | Add sharing types for guests | Lukas Reschke | 2017-04-28 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #4524 from nextcloud/downstream-27508 | Roeland Jago Douma | 2017-04-28 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Moved unit tests from ObjectTree::move to Directory | Vincent Petry | 2017-04-26 | 1 | -1/+1 | |
* | | Merge pull request #4522 from nextcloud/downstream-27596 | Morris Jobke | 2017-04-27 | 1 | -19/+35 | |
|\ \ | ||||||
| * | | Use the new method in the old one to remove duplicate code | Joas Schilling | 2017-04-27 | 1 | -30/+28 | |
| * | | Allow to create a user for a specific backend | Joas Schilling | 2017-04-26 | 1 | -0/+18 | |
| |/ | ||||||
* | | Merge pull request #4501 from nextcloud/downstream-27144 | Morris Jobke | 2017-04-26 | 2 | -3/+25 | |
|\ \ | ||||||
| * | | Add duration of last job execution to the table | Noveen Sachdeva | 2017-04-25 | 2 | -3/+25 | |
* | | | Merge pull request #4515 from nextcloud/downstream-27643 | Morris Jobke | 2017-04-26 | 8 | -135/+73 | |
|\ \ \ | ||||||
| * | | | Fix missing conflict resolutions | Joas Schilling | 2017-04-26 | 1 | -4/+0 | |
| * | | | Adjust query/event logging code in favour of more complex owncloud/diagnostic... | Piotr Mrówczyński | 2017-04-26 | 8 | -135/+77 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #4526 from nextcloud/downstream-27269 | Morris Jobke | 2017-04-26 | 1 | -0/+6 | |
|\ \ \ | ||||||
| * | | | Use regex to detect part files | Vincent Petry | 2017-04-26 | 1 | -2/+2 | |
| * | | | #7496 Don`t allow upload of files with extension .part | Ilja Neumann | 2017-04-26 | 1 | -0/+6 | |
| |/ / | ||||||
* | | | Add SocialSharingBundle | Lukas Reschke | 2017-04-26 | 2 | -0/+47 | |
* | | | Add tests for repairstep | Lukas Reschke | 2017-04-26 | 1 | -1/+1 | |
* | | | Add spreed to Groupware bundle | Lukas Reschke | 2017-04-26 | 1 | -0/+1 | |
* | | | Remove unrequired getDescription() method | Lukas Reschke | 2017-04-26 | 4 | -29/+1 | |
* | | | Add app bundles | Lukas Reschke | 2017-04-26 | 12 | -9/+448 | |
* | | | Merge pull request #4374 from nextcloud/contactsmenu_popover | Lukas Reschke | 2017-04-26 | 2 | -1/+60 | |
|\ \ \ | ||||||
| * | | | add contactsmenu popover | Georg Ehrke | 2017-04-26 | 2 | -1/+60 | |
* | | | | Fix scanner after review | Vincent Petry | 2017-04-26 | 1 | -2/+3 | |
* | | | | OCC scanner commit in batches | Vincent Petry | 2017-04-26 | 1 | -6/+38 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #4430 from nextcloud/refactor-auth | Roeland Jago Douma | 2017-04-26 | 2 | -14/+10 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Refactor auth methods | Jörn Friedrich Dreyer | 2017-04-26 | 2 | -14/+10 | |
* | | | Merge pull request #4467 from nextcloud/lists-for-html-mails | Roeland Jago Douma | 2017-04-26 | 1 | -22/+124 | |
|\ \ \ | ||||||
| * | | | Allow meta info and icons | Joas Schilling | 2017-04-25 | 1 | -6/+26 | |
| * | | | Add lists to HTML emails | Joas Schilling | 2017-04-24 | 1 | -22/+104 | |
* | | | | Merge pull request #4061 from nextcloud/downstream-26407 | Roeland Jago Douma | 2017-04-26 | 2 | -37/+59 | |
|\ \ \ \ | ||||||
| * | | | | no ternary | Jörn Friedrich Dreyer | 2017-03-25 | 1 | -2/+10 | |
| * | | | | fix constant | Jörn Friedrich Dreyer | 2017-03-25 | 1 | -1/+1 | |
| * | | | | Add Redis Cluster support | Robin McCorkell | 2017-03-25 | 2 | -37/+51 | |
* | | | | | Merge pull request #4449 from stweil/mimetypes | Morris Jobke | 2017-04-26 | 1 | -0/+13 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Add repair steps for new image mime types | Stefan Weil | 2017-04-25 | 1 | -0/+13 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'master' into contactsmenu | Jan-Christoph Borchardt | 2017-04-26 | 3 | -3/+12 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #4499 from nextcloud/downstream-26984 | Morris Jobke | 2017-04-25 | 1 | -1/+5 | |
| |\ \ \ \ | ||||||
| | * | | | | Trigger change when a user is enabled/disabled | Joas Schilling | 2017-04-25 | 1 | -1/+5 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #4495 from nextcloud/downstream-27638 | Roeland Jago Douma | 2017-04-25 | 2 | -2/+7 | |
| |\ \ \ \ | ||||||
| | * | | | | Catch session already closed exception in destructor | Victor Dubiniuk | 2017-04-25 | 2 | -2/+7 | |
| | |/ / / | ||||||
* | | | | | Use absolute URI for action icons | Christoph Wurst | 2017-04-25 | 1 | -3/+9 |