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
2012-01-29add a link to the credits page. fame for all our awesome contributorsFrank Karlitschek
2012-01-28add more language namesRobin Appelman
2012-01-27fix appstore download.Frank Karlitschek
2012-01-27update translationsRobin Appelman
2012-01-24update translationsRobin Appelman
2012-01-24Merge branch 'master' of gitorious.org:owncloud/owncloudRobin Appelman
2012-01-23dont try to create a user with an already existing usernameRobin Appelman
2012-01-23dont show new user when an error occuredRobin Appelman
2012-01-20translation updatesRobin Appelman
2012-01-16update translationsRobin Appelman
2012-01-15read language name from the right resourceRobin Appelman
2012-01-15make language name translatable and fallback to language code if we dont ↵Robin Appelman
have the language name
2012-01-15update translationsRobin Appelman
2012-01-15add icon for log appGeorg Ehrke
2012-01-15add min width to multiselect in user managementRobin Appelman
2012-01-14don´t show warnings for missing language name definitionsFrank Karlitschek
2012-01-11update translationsRobin Appelman
2012-01-06finish the application store feature so that users can download and install ↵Frank Karlitschek
ownCloud apps from our website. there is still a small problem with write permissions. will look into this later
2012-01-02Fix whitespace usernameGeorg Ehrke
2011-12-12also update the data attribute holding the quotaRobin Appelman
2011-12-12after editing a user quota, set the value of the quota field to how the ↵Robin Appelman
server parsed the input, not the user input this way the user can see when an invalid input is given
2011-12-07Sort apps on name and enabled statusBart Visscher
2011-11-19second half of the updating stuffFrank Karlitschek
2011-11-06Display correctly the error message when nothing is retrieved from OCS serversBrice Maron
2011-10-23corrected link for app dev instructionsJan-Christoph Borchardt
2011-10-23Change 'Help translating' to 'Help translate'Michael Gapczynski
2011-10-18Correct little typo/bug in log display and remove ending php tagBrice Maron
2011-10-17Fix quota onBlur In Settings, Take from right attributeBrice Maron
2011-10-16make log level configurableRobin Appelman
2011-10-16provide a logging mechanismRobin Appelman
2011-10-14correct language nameRobin Appelman
2011-10-08moved bookmarklet to personal. username must be provided when adding a new user.Marvin Thomas Rabe
2011-10-08added code and license links next to version numberJan-Christoph Borchardt
2011-10-04updated calendar settingsMarvin Thomas Rabe
2011-10-02Removed unused javascriptMarvin Thomas Rabe
2011-10-02Changed multiple select for days of weekend to 'chosen'. Cleaned up some ↵Marvin Thomas Rabe
code. Removed success message when changing timezone.
2011-10-01Merge branch 'lostpassword'Bart Visscher
Conflicts: core/templates/login.php index.php lib/util.php
2011-10-01Add more checks for admin userBart Visscher
2011-10-01Check if the application is actually enabledBart Visscher
2011-09-30quota good cleand upMarvin Thomas Rabe
2011-09-30user list has descriptions nowMarvin Thomas Rabe
2011-09-30action image for quota is now invisble when user does not hover overMarvin Thomas Rabe
2011-09-29dissable app instalation from apps.owncloud.org interfaceRobin Appelman
2011-09-28add status file. useful for external administration. show the ownClopud ↵Frank Karlitschek
version at least in the config dialog.
2011-09-26Add email field to personal preferencesBart Visscher
2011-09-26dont set content type to json for AppsRobin Appelman
2011-09-26Use OC_JSON for json responsesBart Visscher
Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
2011-09-25fix creating usersRobin Appelman
2011-09-25actually check the correct password when changing the passwordRobin Appelman
2011-09-25check for old password when changing passwordsRobin Appelman