Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix search ordering | Robin Appelman | 2017-03-23 | 2 | -0/+13 |
* | dont allow empty wildcard search | Robin Appelman | 2017-03-13 | 1 | -0/+4 |
* | Merge pull request #3780 from GitHubUser4234/audit_log_agent | Lukas Reschke | 2017-03-13 | 1 | -0/+3 |
|\ | |||||
| * | author update | Roger Szabo | 2017-03-10 | 1 | -0/+1 |
| * | improvement of userAgent variable assigment | Roger Szabo | 2017-03-10 | 1 | -1/+1 |
| * | log user agent globally instead | Roger Szabo | 2017-03-10 | 1 | -0/+2 |
* | | Merge pull request #3772 from nextcloud/favorite-search | Morris Jobke | 2017-03-13 | 4 | -7/+70 |
|\ \ | |||||
| * | | Allow searching for favorites | Robin Appelman | 2017-03-08 | 4 | -7/+70 |
| |/ | |||||
* | | Merge pull request #3739 from fti7/master | Lukas Reschke | 2017-03-11 | 1 | -0/+1 |
|\ \ | |||||
| * | | Serve robots.txt if the RewriteBase is configured | Frank Isemann | 2017-03-06 | 1 | -0/+1 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-11 | 2 | -0/+2 |
* | | | Merge pull request #3778 from nextcloud/verify_jpg_files | Lukas Reschke | 2017-03-10 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | Test is a file is a valid jpg file | Roeland Jago Douma | 2017-03-08 | 1 | -1/+5 |
| | |/ | |/| | |||||
* | | | Merge pull request #3787 from nextcloud/ocs-cookie | Lukas Reschke | 2017-03-10 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | dont require strict same site cookies for ocs requests | Roeland Jago Douma | 2017-03-09 | 1 | -0/+3 |
| |/ / | |||||
* | | | MP3 without cover don't get a preview | Roeland Jago Douma | 2017-03-10 | 1 | -19/+1 |
* | | | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 6 | -321/+107 |
* | | | Merge pull request #3791 from nextcloud/combine_sass | Lukas Reschke | 2017-03-09 | 2 | -14/+19 |
|\ \ \ | |||||
| * | | | Add more styles to the server.scss | Morris Jobke | 2017-03-09 | 1 | -9/+0 |
| * | | | [PoC] combine 2 scss files! | Roeland Jago Douma | 2017-03-09 | 1 | -2/+1 |
| * | | | Allow using import in sass files | Roeland Jago Douma | 2017-03-09 | 1 | -3/+18 |
* | | | | 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 | 1 | -0/+17 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | announce public endpoints to sync trusted servers | Bjoern Schiessle | 2017-03-09 | 1 | -0/+17 |
| | |/ | |/| | |||||
* | | | 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 |
| |/ | |||||
* | | Merge pull request #3360 from nextcloud/dav-search | Robin Appelman | 2017-03-08 | 20 | -10/+763 |
|\ \ | |/ |/| | |||||
| * | autoloader | Robin Appelman | 2017-03-01 | 2 | -0/+20 |
| * | add tests for searchQuery | Robin Appelman | 2017-03-01 | 1 | -0/+3 |
| * | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 15 | -27/+230 |
| * | add icewind/searchdav | Robin Appelman | 2017-02-28 | 10 | -0/+527 |
* | | Merge pull request #3684 from nextcloud/run-lang-update-only-once | Roeland Jago Douma | 2017-03-03 | 2 | -3/+17 |
|\ \ | |||||
| * | | Fix DI | Joas Schilling | 2017-03-03 | 2 | -2/+3 |
| * | | Execute UpdateLanguageCode only once | Morris Jobke | 2017-03-02 | 1 | -1/+14 |
* | | | Merge pull request #3607 from nextcloud/api-to-resend-welcome-message | Roeland Jago Douma | 2017-03-03 | 1 | -0/+9 |
|\ \ \ | |||||
| * | | | Fix injection of defaults | Morris Jobke | 2017-02-28 | 1 | -0/+4 |
| * | | | OCS API endpoint to resend welcome message | Morris Jobke | 2017-02-28 | 1 | -0/+5 |
| | |/ | |/| | |||||
* | | | Merge pull request #3689 from nextcloud/cleanup-legacy-classes | Joas Schilling | 2017-03-03 | 5 | -248/+0 |
|\ \ \ | |||||
| * | | | Get rid of static OCS::notFound() | Morris Jobke | 2017-03-03 | 1 | -43/+0 |
| * | | | Cleanup not used legacy classes | Morris Jobke | 2017-03-03 | 4 | -205/+0 |
| | |/ | |/| | |||||
* | | | Merge pull request #3682 from whitekiba/master | Roeland Jago Douma | 2017-03-03 | 7 | -10/+10 |
|\ \ \ | |||||
| * | | | Remove deprecated OC_User::isLoggedIn | Sebastian Wessalowski | 2017-03-02 | 7 | -10/+10 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-03 | 2 | -2/+2 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-02 | 10 | -0/+0 |
|/ / | |||||
* | | Fix table name and add a test for more than 1 entries | Joas Schilling | 2017-03-02 | 1 | -1/+1 |
* | | Change language code for languages with only one translation | Morris Jobke | 2017-03-01 | 4 | -0/+79 |
* | | Fix return type of share provider | Joas Schilling | 2017-03-01 | 1 | -1/+1 |
|/ | |||||
* | Fix condition | Maxence Lange | 2017-02-26 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-25 | 2 | -4/+4 |