summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-1261-72/+78
|
* Show the well-known URL check as info instead of errorMorris Jobke2016-01-122-2/+2
| | | | * ref https://github.com/owncloud/core/pull/21562#issuecomment-170344549
* Merge pull request #21628 from owncloud/deprecated_secure_random_funcionsThomas Müller2016-01-121-1/+1
|\ | | | | Replace deprecated function calls to SecureRandom
| * getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-126-0/+26
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-1110-0/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-1014-18/+54
|
* Merge pull request #21562 from owncloud/properly-check-for-well-known-redirectThomas Müller2016-01-093-0/+57
|\ | | | | Add check for .well-known URL in the root of the webservers URL
| * Add check for .well-known URL in the root of the webservers URLMorris Jobke2016-01-083-0/+57
| | | | | | | | * fixes #20012
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-094-0/+10
|/
* Merge pull request #21458 from owncloud/login-gradientThomas Müller2016-01-081-0/+1
|\ | | | | add back gradient for log in page in Firefox, fix accidental removal
| * add back gradient for log in page in Firefox, fix accidental removalJan-Christoph Borchardt2016-01-051-0/+1
| |
* | Merge pull request #21548 from ↵Thomas Müller2016-01-083-3/+10
|\ \ | | | | | | | | | | | | owncloud/issue-21511-correctly-display-notify-option-for-shares Check the correct config for displaying the "notify by email" option
| * | Check the correct config for displaying the "notify by email" optionJoas Schilling2016-01-083-3/+10
| | |
* | | Verify the path is a file on avatar updateRoeland Jago Douma2016-01-081-0/+3
|/ / | | | | | | | | | | | | | | Fixes #21533 Before we just assumed that the passed path was a file. This does not have to be the case. Thus check if it actually is a file before doing any more tests.
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-084-0/+6
| |
* | Merge pull request #21498 from owncloud/cleanup-OC_DBThomas Müller2016-01-072-2/+2
|\ \ | | | | | | Cleanup OC_DB methods
| * | Remove OC_DB::getConnectionMorris Jobke2016-01-072-2/+2
| | |
* | | Add a warning to the app:check-code if the version is missingJoas Schilling2016-01-071-0/+4
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-076-2/+74
| |
* | Merge pull request #20994 from owncloud/personal-pageThomas Müller2016-01-061-2/+2
|\ \ | | | | | | improve layout of personal settings page
| * | improve layout of personal settings pageJan-Christoph Borchardt2015-12-281-2/+2
| | |
* | | Merge pull request #21349 from owncloud/web_use_shareeThomas Müller2016-01-062-19/+406
|\ \ \ | | | | | | | | Webinterface use sharee API
| * | | Added js tests for the Sharee API usageRoeland Jago Douma2015-12-301-0/+292
| | | |
| * | | Fix unit testsRoeland Jago Douma2015-12-302-7/+33
| | | |
| * | | Filter out share owner in sharee suggestion listRoeland Jago Douma2015-12-301-0/+9
| | | |
| * | | Web sharing uses sharee endpointRoeland Jago Douma2015-12-301-15/+75
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-0610-2/+24
| | |
* | | Merge pull request #21377 from owncloud/login-submit-button-border-2Jörn Friedrich Dreyer2016-01-051-0/+2
|\ \ \ | |_|/ |/| | Remove unnecessary border from login button
| * | Remove unnecessary border from login buttonChristoph Wurst2015-12-291-0/+2
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-0562-112/+114
| |
* | don't show previous log level in upgrade messageBjörn Schießle2016-01-042-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-042-0/+24
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-312-0/+8
|/
* Merge pull request #21364 from owncloud/bring_back_icons_filepickerThomas Müller2015-12-281-0/+1
|\ | | | | Get the icon in javascript for the filepicker
| * Since the server no longer calculates the iconRoeland Jago Douma2015-12-241-0/+1
| | | | | | | | | | The server no longer calculates the icon. So we have the js side do it for us.
* | Merge pull request #20992 from owncloud/log-in-noselectThomas Müller2015-12-281-0/+16
|\ \ | | | | | | prevent selecting on log in page to solve ugliness on accidental selection
| * | prevent selecting on log in page to solve ugliness on accidental selectionJan-Christoph Borchardt2015-12-241-0/+16
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-282-0/+16
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-272-0/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-252-0/+12
|/ /
* / [Avatars] Calculate 'sane' hue precissionsRoeland Jago Douma2015-12-241-2/+2
|/ | | | | | | | | | We used to get the numeric value of the entrire md5 string which is a 128bit integer. We would then devide this by the maxval of a 128bit int. There is no need for such huge computations. As we just require a value between 0 and 255. Thus using two 16 bit values is more than enough to get the precision we need. By just taking the MSB we get nearly identical results.
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-2410-0/+56
|
* Fix unit testsLukas Reschke2015-12-231-6/+6
| | | | Fixes https://github.com/owncloud/core/issues/21345
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-2364-280/+0
|
* add _blank to hrefRenaud Fortier2015-12-211-6/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-192-0/+2
|
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-182-2/+2
|
* Merge pull request #21264 from owncloud/deprecated_oc_user_methodsThomas Müller2015-12-183-3/+3
|\ | | | | Cleanup OC_User deprecated methods
| * Remove deprecated function OC_User::getManagerRoeland Jago Douma2015-12-173-3/+3
| | | | | | | | | | Private deprecated function => removed Replaced all instances with suggested replacement