Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2016-01-06[tx-robot] updated from transifexJenkins for ownCloud
2016-01-05Merge pull request #21377 from owncloud/login-submit-button-border-2Jörn Friedrich Dreyer
Remove unnecessary border from login button
2016-01-05[tx-robot] updated from transifexJenkins for ownCloud
2016-01-04don't show previous log level in upgrade messageBjörn Schießle
2016-01-04[tx-robot] updated from transifexJenkins for ownCloud
2015-12-31[tx-robot] updated from transifexJenkins for ownCloud
2015-12-29Remove unnecessary border from login buttonChristoph Wurst
2015-12-28Merge pull request #21364 from owncloud/bring_back_icons_filepickerThomas Müller
Get the icon in javascript for the filepicker
2015-12-28Merge pull request #20992 from owncloud/log-in-noselectThomas Müller
prevent selecting on log in page to solve ugliness on accidental selection
2015-12-28[tx-robot] updated from transifexJenkins for ownCloud
2015-12-27[tx-robot] updated from transifexJenkins for ownCloud
2015-12-25[tx-robot] updated from transifexJenkins for ownCloud
2015-12-24prevent selecting on log in page to solve ugliness on accidental selectionJan-Christoph Borchardt
2015-12-24[Avatars] Calculate 'sane' hue precissionsRoeland Jago Douma
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.
2015-12-24Since the server no longer calculates the iconRoeland Jago Douma
The server no longer calculates the icon. So we have the js side do it for us.
2015-12-24[tx-robot] updated from transifexJenkins for ownCloud
2015-12-23Fix unit testsLukas Reschke
Fixes https://github.com/owncloud/core/issues/21345
2015-12-23[tx-robot] updated from transifexJenkins for ownCloud
2015-12-21add _blank to hrefRenaud Fortier
2015-12-19[tx-robot] updated from transifexJenkins for ownCloud
2015-12-18Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke
2015-12-18Merge pull request #21264 from owncloud/deprecated_oc_user_methodsThomas Müller
Cleanup OC_User deprecated methods
2015-12-17Since avatar.js is now essentially empty remove itRoeland Jago Douma
2015-12-17Add a default size to the avatar placeholdersRoeland Jago Douma
This removed the need to do an avatar request on the "empty" row in the user settings.
2015-12-17Remove deprecated function OC_User::getManagerRoeland Jago Douma
Private deprecated function => removed Replaced all instances with suggested replacement
2015-12-17Merge pull request #21259 from owncloud/load_big_avatar_only_personalThomas Müller
Only load the big (128x128) avatar on the perosnal page
2015-12-17Merge pull request #21200 from owncloud/files-authorizationheaderThomas Müller
Use Authorization headers for public webdav in web UI
2015-12-17Merge pull request #21240 from owncloud/avatar_speedupThomas Müller
Avatar speedup
2015-12-17Merge pull request #21253 from owncloud/deprecated_oc_helper_linkToThomas Müller
Remove deprecated OC_Helper::linkTo
2015-12-17Only load the big (128x128) avatar on the perosnal pageRoeland Jago Douma
Before the code was executed on every page if a user was logged in. Now only on the personal page. Thus saving a request on all other pages.
2015-12-17OC_Helper::linkTo is deprecatedRoeland Jago Douma
Replaced with suggested (and calling body of)
2015-12-17Merge pull request #21238 from owncloud/files-fixparsewebdavmtimeThomas Müller
Fix files UI mtime parsing from webdav
2015-12-17[tx-robot] updated from transifexJenkins for ownCloud
2015-12-16[Avatar] Make the avatar controller use the avatar nodeRoeland Jago Douma
2015-12-16Fix files UI mtime parsing from webdavVincent Petry
2015-12-14Add davidchambers/base64 JS libraryVincent Petry
2015-12-14Use Authorization headers for public webdav instead of URLVincent Petry
Instead of prepending the token as username in the URL, use the Authorization header instead. This is because IE9 considers this a cross-domain call and refuses to do it in the first place.
2015-12-14Merge pull request #21163 from owncloud/fix_20839Thomas Müller
Files can't have create permissions
2015-12-13[tx-robot] updated from transifexJenkins for ownCloud
2015-12-12[tx-robot] updated from transifexJenkins for ownCloud
2015-12-12Files can't have create permissionsRoeland Jago Douma
Fixes #20839
2015-12-10[tx-robot] updated from transifexJenkins for ownCloud
2015-12-09Add occ command to get app pathVictor Dubiniuk
2015-12-09Allow occ install on OS X - same behaviour as web setupMorris Jobke
2015-12-09[tx-robot] updated from transifexJenkins for ownCloud
2015-12-08Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTMLLukas Reschke
2015-12-08Merge pull request #21014 from owncloud/share-unsharelinkpapercutThomas Müller
Fix unshare link click element
2015-12-08[tx-robot] updated from transifexJenkins for ownCloud
2015-12-07Merge pull request #21015 from owncloud/update-redirecttocorrectpageThomas Müller
Redirect to correct URL after updating
2015-12-07Merge pull request #20996 from ↵Thomas Müller
owncloud/issue-12215-remove-password-reset-when-not-possible Issue 12215 remove password reset when not possible