Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2015 from nextcloud/swift-bucket | Lukas Reschke | 2016-11-04 | 1 | -0/+4 |
|\ | |||||
| * | allow using 'bucket' to set the swift container | Robin Appelman | 2016-11-04 | 1 | -0/+4 |
* | | Merge pull request #2007 from nextcloud/downstream-26411 | Morris Jobke | 2016-11-04 | 1 | -8/+18 |
|\ \ | |/ |/| | |||||
| * | Fix initMountPoints to set usersSetup earlier | Vincent Petry | 2016-11-03 | 1 | -8/+18 |
* | | Remove adding sharedialogmailview | Roeland Jago Douma | 2016-11-04 | 1 | -1/+0 |
* | | Merge pull request #1741 from nextcloud/new_preview | Lukas Reschke | 2016-11-03 | 7 | -4/+669 |
|\ \ | |||||
| * | | Added genertor helper & tests | Roeland Jago Douma | 2016-11-03 | 3 | -37/+105 |
| * | | Moved over files_versions | Roeland Jago Douma | 2016-11-03 | 2 | -7/+13 |
| * | | Move Ipreview to more of DI thingy | Roeland Jago Douma | 2016-11-03 | 3 | -25/+70 |
| * | | Fix name conflict | Roeland Jago Douma | 2016-11-03 | 1 | -3/+3 |
| * | | Move file | Roeland Jago Douma | 2016-11-03 | 1 | -3/+4 |
| * | | Move preview endpoint to controller | Roeland Jago Douma | 2016-11-03 | 1 | -0/+7 |
| * | | Watch for file modification/deletion | Roeland Jago Douma | 2016-11-03 | 3 | -0/+180 |
| * | | Move to AppData | Roeland Jago Douma | 2016-11-03 | 1 | -34/+26 |
| * | | New preview generator | Roeland Jago Douma | 2016-11-03 | 2 | -1/+367 |
* | | | Merge pull request #2002 from nextcloud/propagate-mtime-iont | Lukas Reschke | 2016-11-03 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | explicitly cast mtime to int | Robin Appelman | 2016-11-03 | 1 | -1/+1 |
* | | | Cap the number of queries we save in the query logger | Robin Appelman | 2016-11-03 | 2 | -2/+15 |
|/ / | |||||
* | | Merge pull request #1994 from nextcloud/proper-cron-hints | Roeland Jago Douma | 2016-11-03 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | Show a hint for system based cron user name | Morris Jobke | 2016-11-03 | 1 | -0/+2 |
* | | Merge pull request #1915 from nextcloud/downstream-26398 | Lukas Reschke | 2016-11-03 | 4 | -24/+87 |
|\ \ | |/ |/| | |||||
| * | Adjust tests and DI for Share.php | Lukas Reschke | 2016-11-02 | 1 | -3/+21 |
| * | DI for root.php | Lukas Reschke | 2016-11-02 | 2 | -22/+41 |
| * | Do not expose user data in exceptions & fix typo | Morris Jobke | 2016-11-02 | 2 | -3/+3 |
| * | Add using casing check/fix for initMountPoints | Vincent Petry | 2016-11-02 | 3 | -3/+29 |
* | | Merge pull request #1978 from nextcloud/remove-send-mail-option | Morris Jobke | 2016-11-02 | 1 | -2/+0 |
|\ \ | |/ |/| | |||||
| * | remove 'send mail notification' option from sharing, replaced by send-by-mail... | Bjoern Schiessle | 2016-11-02 | 1 | -2/+0 |
* | | Merge pull request #1981 from nextcloud/multibucket-num-buckets | Lukas Reschke | 2016-11-02 | 2 | -4/+7 |
|\ \ | |||||
| * | | Allow setting a maximun number of buckets for multibucket | Robin Appelman | 2016-11-02 | 2 | -4/+7 |
* | | | Merge pull request #1943 from nextcloud/log-query-builder-queries | Lukas Reschke | 2016-11-02 | 4 | -5/+54 |
|\ \ \ | |||||
| * | | | Inject config and logger | Joas Schilling | 2016-11-02 | 2 | -6/+22 |
| * | | | Log the queries of the QueryBuilder as well | Joas Schilling | 2016-11-02 | 1 | -0/+23 |
| * | | | Fix missing update of session, when it was already used. | Joas Schilling | 2016-11-02 | 2 | -2/+12 |
* | | | | Merge pull request #1973 from nextcloud/dont-disable-shipped-apps-but-throw-i... | Morris Jobke | 2016-11-02 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Throw an exception when a shipped app was not replaced before the update | Joas Schilling | 2016-11-02 | 1 | -0/+3 |
* | | | | Merge pull request #1958 from harry-7/1428issue | Lukas Reschke | 2016-11-02 | 1 | -8/+16 |
|\ \ \ \ | |||||
| * | | | | Added Exception catch in case of DB User exists | Hemanth Kumar Veeranki | 2016-10-31 | 1 | -8/+16 |
* | | | | | Merge pull request #1347 from nextcloud/bring-back-remember-me | Morris Jobke | 2016-11-02 | 10 | -43/+147 |
|\ \ \ \ \ | |||||
| * | | | | | document what the method does | Christoph Wurst | 2016-11-02 | 1 | -0/+2 |
| * | | | | | Add missing tests and fix PHPDoc | Lukas Reschke | 2016-11-02 | 2 | -1/+9 |
| * | | | | | Fix typ in constant name | Lukas Reschke | 2016-11-02 | 1 | -4/+4 |
| * | | | | | Fix invalid PHPDocs | Lukas Reschke | 2016-11-02 | 1 | -1/+1 |
| * | | | | | inject ISecureRandom into user session and use injected config too | Christoph Wurst | 2016-11-02 | 2 | -12/+19 |
| * | | | | | bring back remember-me | Christoph Wurst | 2016-11-02 | 10 | -39/+126 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #1940 from nextcloud/new-appstore | Michael Grosser | 2016-11-02 | 13 | -889/+639 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add tests for installer method | Lukas Reschke | 2016-10-31 | 1 | -26/+28 |
| * | | | | Remove non-required getter | Lukas Reschke | 2016-10-31 | 1 | -7/+0 |
| * | | | | Move to non-static version | Lukas Reschke | 2016-10-31 | 2 | -21/+3 |
| * | | | | Use findAppInDirectories | Lukas Reschke | 2016-10-31 | 2 | -2/+7 |
| * | | | | Add update support | Lukas Reschke | 2016-10-31 | 6 | -270/+137 |