Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 13 | -548/+141 |
* | Merge pull request #3791 from nextcloud/combine_sass | Lukas Reschke | 2017-03-09 | 7 | -14/+30 |
|\ | |||||
| * | Add more styles to the server.scss | Morris Jobke | 2017-03-09 | 6 | -9/+9 |
| * | [PoC] combine 2 scss files! | Roeland Jago Douma | 2017-03-09 | 2 | -2/+3 |
| * | Allow using import in sass files | Roeland Jago Douma | 2017-03-09 | 1 | -3/+18 |
* | | Merge pull request #3693 from nextcloud/get-user-folder-of-correct-user | Roeland Jago Douma | 2017-03-09 | 3 | -51/+68 |
|\ \ | |||||
| * | | Get the user folder of the correct user | Joas Schilling | 2017-03-09 | 3 | -51/+68 |
* | | | Merge pull request #3621 from kuimovvg/master | Roeland Jago Douma | 2017-03-09 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | don't setted status when file is lock | vkuimov | 2017-02-25 | 1 | -0/+1 |
* | | | Merge pull request #3785 from nextcloud/bump_autoloader | Morris Jobke | 2017-03-09 | 2 | -4/+8 |
|\ \ \ | |||||
| * | | | Bump autoloader | Roeland Jago Douma | 2017-03-09 | 2 | -4/+8 |
| | |/ | |/| | |||||
* | | | Merge pull request #3611 from nextcloud/announce-trsuted-server-endpoints | Björn Schießle | 2017-03-09 | 3 | -2/+95 |
|\ \ \ | |/ / |/| | | |||||
| * | | add and adjust unit tests | Bjoern Schiessle | 2017-03-09 | 1 | -2/+64 |
| * | | announce public endpoints to sync trusted servers | Bjoern Schiessle | 2017-03-09 | 1 | -0/+17 |
| * | | add new routes for trusted servers which are more align with the other end-po... | Bjoern Schiessle | 2017-03-09 | 1 | -0/+14 |
* | | | Merge pull request #3754 from trustelem/user_saml-samesite-exclude | Lukas Reschke | 2017-03-09 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Extend Same Site cookie user_saml exemption rule | Vincent Vanackere | 2017-03-07 | 1 | -1/+1 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-09 | 12 | -2/+106 |
* | | | | Merge pull request #3360 from nextcloud/dav-search | Robin Appelman | 2017-03-08 | 26 | -25/+1598 |
|\ \ \ \ | |||||
| * | | | | update 3rdparty submodule | Morris Jobke | 2017-03-01 | 1 | -0/+0 |
| * | | | | autoloader | Robin Appelman | 2017-03-01 | 2 | -0/+20 |
| * | | | | add tests for filesearchbackend | Robin Appelman | 2017-03-01 | 3 | -7/+306 |
| * | | | | add tests for searchQuery | Robin Appelman | 2017-03-01 | 2 | -15/+62 |
| * | | | | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 18 | -33/+609 |
| * | | | | add icewind/searchdav | Robin Appelman | 2017-02-28 | 13 | -0/+631 |
* | | | | | Merge pull request #3757 from nextcloud/issue-2887-no-subsystem-for-locking | Roeland Jago Douma | 2017-03-08 | 2 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Set a status code when setting a body | Joas Schilling | 2017-03-07 | 1 | -0/+1 |
| * | | | | | Add new user agent of windows 10 dav backend | Joas Schilling | 2017-03-07 | 1 | -0/+1 |
* | | | | | | Merge pull request #3725 from nextcloud/issue-fac-55-mimetype-detection-on-pu... | Roeland Jago Douma | 2017-03-08 | 2 | -1/+22 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix admin panel missing some JS files | Joas Schilling | 2017-03-06 | 1 | -0/+2 |
| * | | | | | | Fix mimetype detection on public uploads for the workflow engine | Joas Schilling | 2017-03-06 | 1 | -1/+20 |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-08 | 10 | -6/+60 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #3671 from nextcloud/1070-user-management-no-results | Joas Schilling | 2017-03-07 | 2 | -0/+25 |
|\ \ \ \ \ \ | |||||
| * | | | | | | clean search when new user is added | giorgia | 2017-03-03 | 2 | -7/+18 |
| * | | | | | | add emptycontent div, show/hide emptycontent div, fix #1070 | giorgia | 2017-03-03 | 2 | -0/+14 |
* | | | | | | | Merge pull request #3747 from nextcloud/design/input-tel-styling | Joas Schilling | 2017-03-07 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Apply text input styling to 'tel' inputs too | Christoph Wurst | 2017-03-07 | 1 | -0/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #3744 from nextcloud/fix-avatar-buttons | Robin Appelman | 2017-03-07 | 1 | -1/+8 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Avatar button layout improvements | Morris Jobke | 2017-03-06 | 1 | -1/+8 |
* | | | | | | Merge pull request #3743 from nextcloud/MorrisJobke-patch-1 | Roeland Jago Douma | 2017-03-07 | 1 | -0/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Run drone only on master/stable branches | Morris Jobke | 2017-03-06 | 1 | -0/+2 |
|/ / / / / | |||||
* | / / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-07 | 4 | -8/+38 |
| |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-06 | 14 | -8/+220 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-05 | 12 | -16/+336 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-04 | 22 | -2/+1086 |
|/ / / | |||||
* | | | Merge pull request #3597 from nextcloud/remove-data-from-lookup-server | Roeland Jago Douma | 2017-03-03 | 1 | -19/+30 |
|\ \ \ | |||||
| * | | | add posibility to remove all personal data from lookup server | Bjoern Schiessle | 2017-02-23 | 1 | -19/+30 |
* | | | | Merge pull request #3684 from nextcloud/run-lang-update-only-once | Roeland Jago Douma | 2017-03-03 | 3 | -4/+44 |
|\ \ \ \ | |||||
| * | | | | Fix DI | Joas Schilling | 2017-03-03 | 2 | -2/+3 |
| * | | | | Make the test useful | Joas Schilling | 2017-03-03 | 1 | -0/+2 |