Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Remove group restrictions when those are not allowed anymore | Joas Schilling | 2017-01-04 | 2 | -0/+23 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #2934 from nextcloud/quota-stream-non-global | Roeland Jago Douma | 2017-01-06 | 1 | -74/+20 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | remove the need to register the quota streamwrapper globally | Robin Appelman | 2017-01-04 | 1 | -74/+20 | |
| |/ / | ||||||
* | | | Fix css url prefix for IgnoreFrontController enabled configs | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+6 | |
* | | | ScssCcacher typo fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+1 | |
* | | | Camelcase fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -2/+2 | |
* | | | Remove webroot from file path | Lukas Reschke | 2017-01-06 | 1 | -1/+1 | |
* | | | Adds CssControllerTests | Roeland Jago Douma | 2017-01-06 | 2 | -0/+0 | |
* | | | Fix variables should be passed by reference | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+2 | |
* | | | Fix typo | Roeland Jago Douma | 2017-01-06 | 1 | -1/+1 | |
* | | | Inject SCSSCacher | Roeland Jago Douma | 2017-01-06 | 2 | -33/+19 | |
* | | | Make SCCCacher injectable | Roeland Jago Douma | 2017-01-06 | 2 | -69/+56 | |
* | | | Formatting | Roeland Jago Douma | 2017-01-06 | 3 | -64/+89 | |
* | | | No need for the CssManager | Roeland Jago Douma | 2017-01-06 | 2 | -63/+0 | |
* | | | Installation css & template edit | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+5 | |
* | | | Css installation page fallback | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -2/+7 | |
* | | | Do not add ICssManager to OCP | Roeland Jago Douma | 2017-01-06 | 2 | -16/+1 | |
* | | | Code cleanup | Roeland Jago Douma | 2017-01-06 | 3 | -15/+7 | |
* | | | Fix php docs | John Molakvoæ (skjnldsv) | 2017-01-06 | 4 | -21/+21 | |
* | | | Css cache folder name fix, route fix and various fixes | John Molakvoæ (skjnldsv) | 2017-01-06 | 5 | -15/+22 | |
* | | | Appdata location fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 2 | -3/+5 | |
* | | | Regex fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+1 | |
* | | | Injection fix and log appname fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 3 | -11/+28 | |
* | | | Since fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -0/+2 | |
* | | | Url generator fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+2 | |
* | | | log app name fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 2 | -3/+3 | |
* | | | Appdata integration 2 | John Molakvoæ (skjnldsv) | 2017-01-06 | 6 | -6/+126 | |
* | | | Appdata integration 1 & log fix 2 | John Molakvoæ (skjnldsv) | 2017-01-06 | 4 | -21/+49 | |
* | | | Debug log fix | John Molakvoæ (skjnldsv) | 2017-01-06 | 1 | -1/+6 | |
* | | | Cache and compile base | John Molakvoæ (skjnldsv) | 2017-01-06 | 3 | -0/+139 | |
* | | | Merge pull request #2817 from nextcloud/fix-invalid-share-perms | Morris Jobke | 2017-01-05 | 2 | -1/+61 | |
|\ \ \ | ||||||
| * | | | Use the new expression | Joas Schilling | 2017-01-05 | 1 | -10/+1 | |
| * | | | Add bitwise AND and OR to the expression builder | Joas Schilling | 2017-01-05 | 1 | -1/+37 | |
| * | | | Adjust version to Nextcloud | Lukas Reschke | 2017-01-05 | 1 | -1/+1 | |
| * | | | Add repair step to fix file share permissions | Vincent Petry | 2017-01-05 | 1 | -0/+33 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #2946 from nextcloud/kill-apc | Joas Schilling | 2017-01-05 | 2 | -139/+3 | |
|\ \ \ | ||||||
| * | | | Make sure old instances don't break | Joas Schilling | 2017-01-05 | 1 | -3/+3 | |
| * | | | Kill APC because it requires PHP 5.4 | Joas Schilling | 2017-01-05 | 1 | -136/+0 | |
| |/ / | ||||||
* | | | Merge pull request #2797 from nextcloud/issue-2734-sudo-password-with-ldap | Joas Schilling | 2017-01-05 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Make sure the loginname is set when logging in via cookie | Joas Schilling | 2017-01-05 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge pull request #2922 from nextcloud/fopen-only-simple-modes | Robin Appelman | 2017-01-05 | 1 | -14/+11 | |
|\ \ \ | ||||||
| * | | | log a warning when trying to use a non basic fopen mode | Robin Appelman | 2017-01-05 | 1 | -14/+11 | |
| |/ / | ||||||
* | | | Merge pull request #2535 from nextcloud/allow-to-reuse-admin-as-install-name-... | Joas Schilling | 2017-01-05 | 1 | -7/+9 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Allow to reuse the same name when installing a new instance | Joas Schilling | 2016-12-12 | 1 | -7/+9 | |
* | | | remove static:// stream wrapper | Robin Appelman | 2017-01-04 | 1 | -171/+0 | |
| |/ |/| | ||||||
* | | Merge pull request #2923 from nextcloud/remove-fakedir-stream | Robin Appelman | 2017-01-03 | 1 | -67/+0 | |
|\ \ | ||||||
| * | | remove no longer used fakedir stream wrapper | Robin Appelman | 2017-01-03 | 1 | -67/+0 | |
* | | | remove unused Assetic use statements | Christoph Wurst | 2017-01-03 | 1 | -8/+0 | |
* | | | Merge pull request #2872 from nextcloud/admin-settings-split-db | Morris Jobke | 2017-01-02 | 4 | -143/+225 | |
|\ \ \ | ||||||
| * | | | phpdoc | Robin Appelman | 2017-01-02 | 1 | -4/+23 |