Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update autoloader | Roeland Jago Douma | 2016-11-03 | 2 | -0/+8 |
* | Move Ipreview to more of DI thingy | Roeland Jago Douma | 2016-11-03 | 4 | -25/+95 |
* | 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 #1915 from nextcloud/downstream-26398 | Lukas Reschke | 2016-11-03 | 5 | -25/+96 |
|\ | |||||
| * | Adjust tests and DI for Share.php | Lukas Reschke | 2016-11-02 | 2 | -4/+30 |
| * | 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 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-03 | 28 | -442/+442 |
* | | 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 | 2 | -1/+14 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Throw an exception when a shipped app was not replaced before the update | Joas Schilling | 2016-11-02 | 2 | -1/+14 |
* | | | | 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 | 12 | -44/+154 |
|\ \ \ \ \ | |||||
| * | | | | | 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 | 12 | -40/+133 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #1940 from nextcloud/new-appstore | Michael Grosser | 2016-11-02 | 15 | -891/+649 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | 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 |
| * | | | | Query the timefactory instead of creating it | Lukas Reschke | 2016-10-31 | 1 | -1/+1 |
| * | | | | Add support for CRL | Lukas Reschke | 2016-10-31 | 1 | -4/+24 |
| * | | | | Replace with exception instead of boolean return value | Lukas Reschke | 2016-10-31 | 2 | -32/+10 |
| * | | | | %d instead %s | Lukas Reschke | 2016-10-31 | 1 | -1/+1 |
| * | | | | Use substr and explode instead of a regex | Lukas Reschke | 2016-10-31 | 1 | -14/+33 |
| * | | | | Read array elements instead of substr | Lukas Reschke | 2016-10-31 | 1 | -2/+6 |
| * | | | | Make non-static | Lukas Reschke | 2016-10-31 | 1 | -2/+3 |
| * | | | | Use new appstore API | Lukas Reschke | 2016-10-31 | 11 | -630/+517 |
* | | | | | Merge pull request #1966 from nextcloud/fix-csrf-token-generation | Roeland Jago Douma | 2016-11-02 | 1 | -3/+3 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Fix CSRF token generation / validation | Leon Klingele | 2016-11-02 | 1 | -3/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #657 from nextcloud/share-by-mail | Joas Schilling | 2016-11-02 | 4 | -2/+88 |
|\ \ \ \ | |/ / / |/| | | |