summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Check 2FA state for raw php files tooChristoph Wurst2016-06-102-1/+8
* | | | | Merge pull request #24080 from owncloud/support-calendar-class-propertyVincent Petry2016-06-1012-154/+753
|\ \ \ \ \
| * | | | | Filter confidential calendar objects in shared calendarsThomas Müller2016-06-095-7/+322
| * | | | | Added unit testing for the migration stepThomas Müller2016-06-096-126/+258
| * | | | | Implement classification migration as repair stepThomas Müller2016-06-096-59/+108
| * | | | | Bump dav app version and fix variable renameThomas Müller2016-06-092-3/+3
| * | | | | Add migration stepThomas Müller2016-06-094-1/+61
| * | | | | Extract CLASS property from calendar object and store it in the databaseThomas Müller2016-06-093-26/+69
* | | | | | Allow empty host when installing on oracle via CLI (#25034)Jörn Friedrich Dreyer2016-06-101-1/+6
* | | | | | Merge pull request #25024 from owncloud/ldap-cachedgroupsbymemberVincent Petry2016-06-102-1/+54
|\ \ \ \ \ \
| * | | | | | Add unit test for LDAP multi group cachingVincent Petry2016-06-091-0/+53
| * | | | | | Use array_merge when reading cached groups membersVincent Petry2016-06-081-1/+1
* | | | | | | Merge pull request #25025 from owncloud/clear_old_calendar_sharesVincent Petry2016-06-103-0/+265
|\ \ \ \ \ \ \
| * | | | | | | Add repair step to clean old calendar/contact sharesRoeland Jago Douma2016-06-093-0/+265
* | | | | | | | Merge pull request #25046 from owncloud/fix-the-realmVincent Petry2016-06-104-4/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Use the correct realm for basic authentication - fixes #23427Thomas Müller2016-06-094-4/+16
* | | | | | | | | Merge pull request #25048 from owncloud/email-login-leakVincent Petry2016-06-102-10/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Do not leak the login name - fixes #25047Thomas Müller2016-06-092-10/+43
* | | | | | | | | | Merge pull request #25043 from owncloud/webdav-download-mimetypeVincent Petry2016-06-106-5/+93
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | DAV now returns file name with Content-Disposition headerVincent Petry2016-06-096-5/+93
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-1064-14/+280
* | | | | | | | | Merge pull request #25000 from owncloud/fix-email-login-davVincent Petry2016-06-093-7/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-093-7/+18
* | | | | | | | | | Merge pull request #25008 from owncloud/externals_test_with_originVincent Petry2016-06-098-18/+27
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Change the default value to true instead of nullJuan Pablo Villafáñez2016-06-085-8/+8
| * | | | | | | | | Fix testJuan Pablo Villafáñez2016-06-071-1/+2
| * | | | | | | | | Rename variableJuan Pablo Villafáñez2016-06-077-20/+20
| * | | | | | | | | Add support to know where the storage test comes fromJuan Pablo Villafáñez2016-06-077-16/+24
* | | | | | | | | | Merge pull request #25036 from owncloud/jnweiger-patch-1Vincent Petry2016-06-091-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Update autotest.shJürgen Weigert2016-06-081-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Fix the FIXME (#25022)Joas Schilling2016-06-091-2/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #25014 from owncloud/admin-datadircheck-fixVincent Petry2016-06-094-16/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-074-16/+31
* | | | | | | | | Merge pull request #24973 from owncloud/token-password-session-tokenVincent Petry2016-06-092-26/+165
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | catch sessionnotavailable exception if memory session is usedChristoph Wurst2016-06-081-5/+10
| * | | | | | | | When creating a session token, make sure it's the login password and not a de...Christoph Wurst2016-06-082-29/+163
* | | | | | | | | Merge pull request #24826 from owncloud/cors-client-loginVincent Petry2016-06-092-11/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | use client login method on CORS routesChristoph Wurst2016-06-082-11/+12
| |/ / / / / / / /
* | | | | | | | | Merge pull request #25028 from owncloud/scanner-user-not-setupVincent Petry2016-06-091-1/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | skip scanning for a user when the user is not setup yetRobin Appelman2016-06-081-1/+6
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-0918-0/+158
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #25023 from owncloud/fix-22127-trusted-serversVincent Petry2016-06-083-11/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Removed old htmlSergio Bertolín2016-06-081-2/+3
| * | | | | | | | | Improve readabilitySergio Bertolín2016-06-081-1/+1
| * | | | | | | | | Fixed problem about removing trusted servers accidentallySergio Bertolín2016-06-083-9/+13
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #25027 from owncloud/fix-22746-narrowtooltipVincent Petry2016-06-081-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added width of the tooltipSergio Bertolín2016-06-081-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Do not log token or challenge with exception stacktrace (#25026)Joas Schilling2016-06-082-4/+30
* | | | | | | | | Merge pull request #25012 from owncloud/gdrive-fixfilesizewithmimetypemismatchVincent Petry2016-06-081-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix GDrive file size when mime type doesn't match contentsVincent Petry2016-06-081-1/+1