Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into implement_712 | Lukas Reschke | 2016-08-15 | 128 | -258/+1230 |
|\ | |||||
| * | Merge pull request #862 from nextcloud/us_25767 | Lukas Reschke | 2016-08-15 | 5 | -26/+34 |
| |\ | |||||
| | * | Add PHPdoc | Roeland Jago Douma | 2016-08-15 | 1 | -3/+5 |
| | * | missing PHPDoc | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -0/+1 |
| | * | Type compatability | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -1/+1 |
| | * | Method is deprecated | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -3/+3 |
| | * | Unreachable statement | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -4/+1 |
| | * | Unnecessary fully qualified names | Jörn Friedrich Dreyer | 2016-08-14 | 4 | -17/+25 |
| * | | Merge pull request #882 from nextcloud/use-proper-test-execution | Lukas Reschke | 2016-08-15 | 8 | -114/+92 |
| |\ \ | |||||
| | * | | We have to mock the is_uploaded_file in the OC\Core\Controller namespace | Roeland Jago Douma | 2016-08-15 | 1 | -8/+10 |
| | * | | Fix mock call in AvatarControllerTest | Roeland Jago Douma | 2016-08-15 | 1 | -12/+12 |
| | * | | Use generated URL | Lukas Reschke | 2016-08-15 | 1 | -1/+1 |
| | * | | Fix CheckSetupController tests | Lukas Reschke | 2016-08-15 | 2 | -68/+40 |
| | * | | Fix template test | Lukas Reschke | 2016-08-15 | 1 | -1/+1 |
| | * | | Fix tests for LoginController | Lukas Reschke | 2016-08-15 | 1 | -5/+4 |
| | * | | Add reference to current user | Lukas Reschke | 2016-08-15 | 1 | -0/+1 |
| | * | | Add new dependency | Lukas Reschke | 2016-08-15 | 1 | -1/+7 |
| | * | | Don't use create mock | Lukas Reschke | 2016-08-15 | 1 | -14/+14 |
| | * | | Use proper casing | Lukas Reschke | 2016-08-15 | 2 | -6/+4 |
| * | | | Merge pull request #876 from nextcloud/licence | Roeland Jago Douma | 2016-08-15 | 1 | -2/+7 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | If there is no copyright notice print comment line | Roeland Jago Douma | 2016-08-15 | 1 | -1/+6 |
| | * | | Do not licence composer stuff | Roeland Jago Douma | 2016-08-15 | 1 | -1/+1 |
| * | | | Merge pull request #855 from nextcloud/files_drop_capability | Roeland Jago Douma | 2016-08-15 | 2 | -0/+3 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Add files drop capability for clients | Roeland Jago Douma | 2016-08-13 | 2 | -0/+3 |
| * | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-15 | 20 | -18/+200 |
| * | | | Merge pull request #816 from nextcloud/socialbuttons | Marius Blüm | 2016-08-14 | 7 | -3/+78 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Do not translate HTML | Roeland Jago Douma | 2016-08-13 | 1 | -13/+19 |
| | * | | compress images and fix position | Jan-Christoph Borchardt | 2016-08-13 | 6 | -136/+21 |
| | * | | use shorthand for padding values | Jan-Christoph Borchardt | 2016-08-13 | 1 | -1/+1 |
| | * | | Remove accidentially added line | Lukas Reschke | 2016-08-13 | 1 | -1/+1 |
| | * | | adding rel="noreferrer noopener" | Frank Karlitschek | 2016-08-13 | 1 | -5/+5 |
| | * | | adding social buttons | Frank Karlitschek | 2016-08-13 | 7 | -4/+188 |
| | |/ | |||||
| * / | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-14 | 10 | -4/+36 |
| |/ | |||||
| * | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-13 | 40 | -42/+234 |
| * | Merge pull request #844 from nextcloud/twofactor_mw_excep | Lukas Reschke | 2016-08-12 | 1 | -0/+2 |
| |\ | |||||
| | * | Throw exception if you don't handle it | Roeland Jago Douma | 2016-08-12 | 1 | -0/+2 |
| * | | Merge pull request #837 from nextcloud/when-logged-in-then-just-redirect-to-r... | Morris Jobke | 2016-08-12 | 2 | -21/+132 |
| |\ \ | | |/ | |/| | |||||
| | * | Use createMock instead of deprecated getMock | Lukas Reschke | 2016-08-11 | 1 | -12/+12 |
| | * | Redirect users when already logged-in on login form | Lukas Reschke | 2016-08-11 | 2 | -9/+120 |
| * | | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-12 | 44 | -46/+436 |
| |/ | |||||
* | | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 20 | -63/+63 |
* | | Add unit tests | Lukas Reschke | 2016-08-15 | 35 | -67/+2107 |
* | | satisfy dependencies for files_external | Arthur Schiwon | 2016-08-15 | 2 | -0/+9 |
* | | simplify encryption manager fetching in DIContainer | Arthur Schiwon | 2016-08-13 | 1 | -16/+2 |
* | | move mail settings and file handling to additional ones, thus files_external ... | Arthur Schiwon | 2016-08-13 | 12 | -145/+249 |
* | | change federatedfilesharing css class to followupsection to reduce whitespace | Arthur Schiwon | 2016-08-13 | 1 | -1/+1 |
* | | move systemstags to sharign section, drop collaboration section | Arthur Schiwon | 2016-08-13 | 2 | -3/+2 |
* | | make updatenotification settings appear as if it is part of the version part ... | Arthur Schiwon | 2016-08-13 | 4 | -4/+11 |
* | | change casing in section display names | Arthur Schiwon | 2016-08-13 | 3 | -5/+5 |
* | | mark current section | Arthur Schiwon | 2016-08-12 | 2 | -7/+13 |