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
AgeCommit message (Collapse)Author
2016-02-09Save display name and email address on paste operations - fixes #22245Thomas Müller
2016-02-05Allow to delete the email address in user managementMorris Jobke
2016-02-01Move data protection check to javascriptVincent Chan
fixes #20199
2016-01-26Hide the delete button, until we know its a custom avatarJoas Schilling
2016-01-22Add a default app icon for apps that don't have oneJoas Schilling
2016-01-14Add a new app type that can not be enabled for groupsJoas Schilling
2016-01-13Merge pull request #21509 from owncloud/users-scrolltopThomas Müller
Keep scroll position in users page when sorting
2016-01-12Merge pull request #21336 from owncloud/system-root-certsThomas Müller
Allow admins to add system wide root certificates
2016-01-12Allow admins to add system wide root certificatesRobin Appelman
2016-01-12Add config switch to disable the .well-known URL checkMorris Jobke
2016-01-10Concat also the other resultsLukas Reschke
Otherwise this will ignore the two last checks :speak_no_evil:
2016-01-09Add check for .well-known URL in the root of the webservers URLMorris Jobke
* fixes #20012
2016-01-07Allow searching apps by IDJoas Schilling
2016-01-07Keep scroll position in users page when sortingVincent Petry
When sorting, some browsers like Chrome will lose the scroll position, possibly because the sorting code is touching the DOM elements. This fix saves the scroll position before sorting and sets it back afterwards.
2015-12-28fix overlap and functionality of cropperJan-Christoph Borchardt
2015-12-28improve layout of personal settings pageJan-Christoph Borchardt
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-17Merge pull request #21255 from ↵Thomas Müller
owncloud/usermanagement-show-password-error-temporary user management: show password error temporary
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-17Update users.jsmichag86
2015-12-11Merge pull request #20978 from owncloud/fix-dont-show-unsaved-values-in-usermgmtThomas Müller
reset mailadress/displayname on blur
2015-12-07reset mailadress/displayname on blurmichag86
2015-12-04Do not request an avatar if there is noneRoeland Jago Douma
2015-12-04[Avatars] JS should not load same avatar twiceRoeland Jago Douma
Old code first dit an ajax request to the avatar. Then a new image object with the same src was created and since we do not cache avatars yet :( this resulted in 2 sequential requests to the exact same URL Now if you set the displayname it will first set the placeholder and then load the avatar in the background. Only once this time!
2015-12-01Use .text instead of .htmlLukas Reschke
Makes some static source code analyzers happier.
2015-11-20Moved changedisplayname to usercontrollerRoeland Jago Douma
Killed the old static route to change a users display name and moved it to a properly testable controller.
2015-11-10Fix #18072Thomas Müller
2015-11-08Properly detect setup check messages set in the HTML templateRobin McCorkell
2015-11-04Merge pull request #20157 from owncloud/users-fixeveryonecountThomas Müller
Fix everyone count for subadmins
2015-10-31new checkbox style in app settingsHendrik Leppelsack
2015-10-29Fix everyone count for subadminsVincent Petry
Also moved the logic to the UsersController
2015-10-28Initially load at least 250 usersJörn Friedrich Dreyer
2015-10-26Fix backwards and forward buttonJoas Schilling
2015-10-26Use speaking idsJoas Schilling
2015-10-26Fix backspace in search and empty content messageJoas Schilling
2015-10-26Display empty-content when there are no search resultsJoas Schilling
2015-10-26Clear search box for nowJoas Schilling
Fix #15651
2015-10-26Allow searching by author name and app level as wellJoas Schilling
2015-10-26Stay on the same category when refreshing the page on the apps listJoas Schilling
2015-10-21Disable app icon preview in apps page for IEVincent Petry
All IE versions are not able to properly upscale SVG icons unless the said SVG files contain a "viewBox" attribute, which is not always the case. Also we cannot guarantee that all third party apps will have this attribute in their icons. So for now, app icons will not be displayed in IE instead of broken ones.
2015-10-14Merge pull request #19625 from owncloud/passwordchange-hidestrengthifyThomas Müller
Properly hide strengthify after password change
2015-10-14Merge pull request #19627 from owncloud/users-deletebeforecreateThomas Müller
Delete last undoable user before user creation
2015-10-09Fix uploading avatar and root certs in IE8Vincent Petry
2015-10-07Properly hide strengthify after password changeVincent Petry
2015-10-07Delete last undoable user before user creationVincent Petry
2015-10-06fix wordingMorris Jobke
2015-10-05Use OC.Dialogs for modal reload messageMorris Jobke
2015-10-05Reload the page when an app needs an update after being enabledJoas Schilling
2015-10-02Merge pull request #19510 from owncloud/json-grouplist-sharing-excludeThomas Müller
save excluded groups in json format
2015-10-02Modify the group user count when changing membership of a userJoas Schilling