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-09fixes #22221Thomas Müller
2016-02-05update google play and apple badgeHendrik Leppelsack
2016-01-20remove unneeded margin of app dependencies in app mgmtJan-Christoph Borchardt
2016-01-08fix warning box size for avatar changeMorris Jobke
2016-01-07Fix users list dropdown position after scrollVincent Petry
When scrolling, the position calculation of the multiselect dropdown was wrong. Adding "position: relative" to the list container makes the button calculation relative to it instead of the whole page. In this case the dropdown is properly aligned with the field regardless of scrolling.
2015-12-28fix overlap and functionality of cropperJan-Christoph Borchardt
2015-12-28improve layout of personal settings pageJan-Christoph Borchardt
2015-11-19change 'cronstatus' to 'status' so that it can be used in other apps tooBjörn Schießle
2015-11-10move font back from Light to Regular for body text on normal-res screens, ↵Jan-Christoph Borchardt
fix #18954
2015-08-25replace apps navigation line with whitespaceJan-Christoph Borchardt
2015-08-21Merge pull request #18395 from owncloud/hide-empty-security-warningRobin McCorkell
[admin settings] Show success message if security warnings are empty
2015-08-21add success messageMorris Jobke
2015-08-19Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell
Failure to prepare the storage during backend or auth mechanism manipulation will throw an InsufficientDataForMeaningfulAnswerException, which is propagated to StorageNotAvailableException in the filesystem layer via the FailedStorage helper class. When a storage is unavailable not due to failure, but due to insufficient data being available, a special 'indeterminate' status is returned to the configuration UI.
2015-08-18Merge pull request #17975 from owncloud/settings_admin_warning_levelsJan-Christoph Borchardt
Settings admin warning levels
2015-08-17[Post setup checks] add proper CSSMorris Jobke
2015-07-22condense doc warnings into small section that gets showed to the user before ↵Bernhard Posselt
enabling encryption remove share warning remove app and just write it out as feature adjust warnings reframe storage issue fix typo
2015-05-12fix user mgmt search box position, fix #15928Jan-Christoph Borchardt
2015-05-04don't let the the user disable encryption once it was activatedBjoern Schiessle
2015-05-01fix layout for documentation link hintsJan-Christoph Borchardt
2015-04-13Fix user listMorris Jobke
* the name cell was changed from td to th because of accessibility issues - this adjusts the CSS and JS to behave like before
2015-04-09add admin documentation hints to Federated Cloud Sharing and cronJan-Christoph Borchardt
2015-04-09Merge pull request #15314 from owncloud/app-categories-15274Lukas Reschke
Add different trust levels to AppStore interface
2015-04-07widen displayName input fieldJan-Christoph Borchardt
2015-04-07apps mgmt: style experimental apps section, small design fixesJan-Christoph Borchardt
2015-04-07app mgmt app level design enhancementsJan-Christoph Borchardt
2015-04-03Add experimental applications switchLukas Reschke
Allows administrators to disable or enabled experimental applications as well as show the trust level.
2015-03-27Show label for password change in IE8Morris Jobke
* fixes #10729
2015-03-26Merge pull request #15234 from owncloud/encryption2_coreThomas Müller
core part of encryption 2.0
2015-03-26implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle
encryption modules
2015-03-26force log messages to break to alleviate horizontal scroll on Admin pageJan-Christoph Borchardt
2015-03-25only show connection checks results if there are errors, fix #11476Jan-Christoph Borchardt
2015-03-24consolidate all admin warnings and notices into one sectionJan-Christoph Borchardt
2015-03-24Merge pull request #15127 from owncloud/admin-tips-jenkinsMorris Jobke
add Tips & tricks section to admin settings
2015-03-23add Tips & tricks section to admin settingsJan-Christoph Borchardt
2015-03-23Merge pull request #15118 from owncloud/user-mgmt-groupsJan-Christoph Borchardt
fix long group names overlapping in the sidebar, fix #12649
2015-03-23fix long group names overlapping in the sidebar, fix #12649Jan-Christoph Borchardt
2015-03-23Merge pull request #15107 from owncloud/user-mgmt-headerMorris Jobke
fix first user mgmt header jumping around, fix #8873
2015-03-23fix first user mgmt header jumping around, fix #8873Jan-Christoph Borchardt
2015-03-23link back to top on Personal page, fix #14519Jan-Christoph Borchardt
2015-03-19collapse app descriptions by default, make expandable, fix #13112Jan-Christoph Borchardt
2015-03-18Merge pull request #14972 from owncloud/add-group-styleMorris Jobke
User management design details
2015-03-17slight positioning fixes in user mgmt controls barJan-Christoph Borchardt
2015-03-17improve style of 'Add group' input and buttonJan-Christoph Borchardt
2015-03-17add whitespace to prevent file deletion when wanting to scrollJan-Christoph Borchardt
2015-03-06adjust list of errors, more compact and readableJan-Christoph Borchardt
2015-02-11Make the password changed msg inline to fix #10242kondou
2015-01-27Add value if restore of data is possible for a userMorris Jobke
* reason: nice to know before password change in user management * restore is possible: * encryption is disabled * encryption is enabled, admin and user has checked the restore option * if not possible: * highlight users row in red once the admin wants to change the password * show also a little tipsy
2015-01-21add margin to log table - fixes #13558Morris Jobke
2014-12-19Mail address of users is now changable in the user managementMorris Jobke
* introduced new route settings/users/{id}/mailAddress * kept old responses * better error messages * dropped lostpassword.php from settings/ajax * cleaned up the UserList.add() and hand in user object instead of each attribute as another parameter * check for change permission of mail address * proper response messages
2014-12-15Merge pull request #12625 from owncloud/app-dependencies-libs-and-commandsBernhard Posselt
adding dependencies for command line tools and php libraries