Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-08 | 16 | -2/+1086 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-07 | 22 | -72/+702 |
| | |||||
* | Merge pull request #3352 from nextcloud/public-page-guest-css-loader | Morris Jobke | 2017-02-06 | 5 | -120/+89 |
|\ | | | | | Fix public page css fallback loading | ||||
| * | TOTP css | John Molakvoæ (skjnldsv) | 2017-02-06 | 1 | -0/+18 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Various fixes guest css | John Molakvoæ (skjnldsv) | 2017-02-01 | 1 | -112/+66 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix public page css fallback loading | John Molakvoæ (skjnldsv) | 2017-02-01 | 4 | -8/+5 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #3364 from nextcloud/sass-logging | Robin Appelman | 2017-02-06 | 3 | -5/+5 |
|\ \ | | | | | | | Lower log levels of resource locator | ||||
| * | | fix unit tests | Morris Jobke | 2017-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Lower log levels of resource locator | Robin Appelman | 2017-02-03 | 2 | -4/+4 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-06 | 16 | -60/+128 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-05 | 10 | -0/+50 |
| | | |||||
* | | Merge pull request #3353 from nextcloud/mobile-view-files-fix | Marius Blüm | 2017-02-04 | 1 | -1/+4 |
|\ \ | | | | | | | Fix files mobile view | ||||
| * | | Fix files mobile view | John Molakvoæ (skjnldsv) | 2017-02-01 | 1 | -1/+4 |
| |/ | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-04 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-03 | 10 | -14/+30 |
| | | |||||
* | | Merge pull request #3359 from nextcloud/fix-sharing-app-description | Morris Jobke | 2017-02-02 | 1 | -2/+2 |
|\ \ | | | | | | | Fix Sharing app description | ||||
| * | | Fix Sharing app description | Joas Schilling | 2017-02-02 | 1 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-02 | 42 | -60/+274 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-01 | 36 | -88/+1104 |
| | |||||
* | Merge pull request #3321 from ↵ | Morris Jobke | 2017-01-31 | 3 | -6/+5 |
|\ | | | | | | | | | nextcloud/revert-unintentional-change-of-log-timestamp-format Revert unintentional log timestamp format change | ||||
| * | Fix config.sample.php | Morris Jobke | 2017-01-30 | 1 | -3/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Revert unintentional log timestamp format change | Joas Schilling | 2017-01-30 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #2044 from nextcloud/login-credential-store | Morris Jobke | 2017-01-30 | 22 | -80/+637 |
|\ \ | | | | | | | Login credential store | ||||
| * | | minor version bump | Christoph Wurst | 2017-01-17 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | always allow remembered login | Christoph Wurst | 2017-01-11 | 9 | -32/+0 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | fix constructor params in failing test | Christoph Wurst | 2017-01-11 | 1 | -6/+9 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | do not hard-require the token provider | Christoph Wurst | 2017-01-11 | 3 | -9/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | The provider might need DB access and therefore depenedency resolution fails on the setup page where we cannot inject the db implementation. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | use login hook credentials as fallback | Christoph Wurst | 2017-01-11 | 3 | -19/+77 |
| | | | | | | | | | | | | | | | | | | | | | If no session token is available, we can use the credentials provided by the login hook. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | migrate 'password::sessioncredentials' extern storage auth to credential store | Christoph Wurst | 2017-01-11 | 1 | -32/+24 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | fix @since annotations (9.1->12) | Christoph Wurst | 2017-01-11 | 4 | -8/+8 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | replace session implementation if it changes at runtime | Christoph Wurst | 2017-01-11 | 2 | -1/+11 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | add @since annotations and document methods | Christoph Wurst | 2017-01-11 | 2 | -0/+14 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | add login credential store | Christoph Wurst | 2017-01-11 | 11 | -0/+496 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #3169 from nextcloud/update-doctrine | Morris Jobke | 2017-01-30 | 1 | -0/+0 |
|\ \ \ | | | | | | | | | Update doctrine | ||||
| * | | | Update doctrine | Joas Schilling | 2017-01-30 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-31 | 16 | -82/+244 |
| | | | | |||||
* | | | | Merge pull request #3282 from nextcloud/header-menu-arrow-up | Morris Jobke | 2017-01-30 | 1 | -23/+15 |
|\ \ \ \ | |/ / / |/| | | | Merge similar properties and standardize the arrow to the menu class | ||||
| * | | | Merge similar properties and apply arrow to menu class | John Molakvoæ (skjnldsv) | 2017-01-26 | 1 | -23/+15 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #2970 from nextcloud/notify-self-test | Morris Jobke | 2017-01-30 | 19 | -49/+749 |
|\ \ \ \ | | | | | | | | | | | Add self-test for files_external:notify | ||||
| * | | | | update autoloader | Robin Appelman | 2017-01-27 | 4 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | Add since | Robin Appelman | 2017-01-27 | 3 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | add unit tests for smb notify backend | Robin Appelman | 2017-01-27 | 2 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | add notify self test | Robin Appelman | 2017-01-27 | 1 | -1/+36 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | switch occ files_external:notify to new notify mechanism | Robin Appelman | 2017-01-27 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | Add a more powerful notify mechanism | Robin Appelman | 2017-01-27 | 8 | -39/+423 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | Add missing smb files | Robin Appelman | 2017-01-27 | 5 | -0/+185 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #3298 from nextcloud/downstream-26928 | blizzz | 2017-01-30 | 1 | -12/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | remove obsolete hack (#26928) | ||||
| * | | | | remove obsolete hack (#26928) | Jörn Friedrich Dreyer | 2017-01-27 | 1 | -12/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove obsolete hack > // file_get_contents() has a memory leak: https://bugs.php.net/bug.php?id=61961 was closed 4 years ago. we could also use the Common implementation Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | | Merge pull request #3176 from nextcloud/default-value-datadir | blizzz | 2017-01-30 | 6 | -6/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Add proper default value for datadir | ||||
| * | | | | | Add proper default value for datadir | Morris Jobke | 2017-01-19 | 6 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de> |