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 (Expand)Author
2013-08-27storage information is path specificThomas Müller
2013-08-12check if some encrypted files are left after the app was disabled and warn th...Bjoern Schiessle
2013-07-30only show decrypt all files option if encrypted files are availableBjoern Schiessle
2013-07-29working decrypt files methodBjoern Schiessle
2013-07-29add ajax call to decrypt all filesBjörn Schießle
2013-07-29user interface to allow user to decrypt all his files once the encryption app...Björn Schießle
2013-07-21Use !== and === in settings.kondou
2013-07-04move to non-static OC_DefaultsBjörn Schießle
2013-07-04Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle
2013-06-12make footer and urls aware of ownCloud editionsBjörn Schießle
2013-05-10Fix #3251kondou
2013-05-01Sort priorized languages as defined in the arraykondou
2013-04-18Priorize common languages.kondou
2013-02-15sort languages based on display name not the iso codeThomas Mueller
2013-02-06make it possible to modify the links to the clientsGeorg Ehrke
2013-02-06let the user change his display name, if supported by the back-endBjörn Schießle
2013-02-05offer change password only when the action is supported by the user backendArthur Schiwon
2013-01-02moving storage calculation code to OC_Helper::getStorageInfo()Thomas Mueller
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-10-17Merge branch 'master' into routingBart Visscher
2012-10-16Remove verify user from personal.phpLukas Reschke
2012-10-15Change auth checksLukas Reschke
2012-10-13the Shared folder is no longer in the cacheRobin Appelman
2012-10-04don´t show negative numbers. this is only a quickfix. I still dont get why t...Frank Karlitschek
2012-09-29Convert menu entries of settings pages to use routerBart Visscher
2012-09-07adding space between) and {Thomas Mueller
2012-09-04Update settings/personal.phpThomas Müller
2012-09-04Update settings/personal.phpThomas Müller
2012-07-27Check if size isset, try to fix used space calculation again, fixs bug oc-1331Michael Gapczynski
2012-07-26Fix used space calculation if shared folder does not exist, fixes bug oc-1331Michael Gapczynski
2012-07-09remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer
2012-06-18don't add the "Shared"-directory size to users quotaBjoern Schiessle
2012-06-01prevend a division by zero problemFrank Karlitschek
2012-04-30removing executable bit from various filesThomas Mueller
2012-04-14reuse OC_L10N objectsRobin Appelman
2012-02-01Merge branch 'master' into filesystemRobin Appelman
2012-02-01pre-select current language, sort available languagesThomas Schmidt
2012-01-30merge master into filesystemRobin Appelman
2012-01-28add more language namesRobin Appelman
2012-01-16merge master into filesystemRobin 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 have...Robin Appelman
2012-01-14don´t show warnings for missing language name definitionsFrank Karlitschek
2011-12-14use fscache for getting used spaceRobin Appelman
2011-10-02Removed unused javascriptMarvin Thomas Rabe
2011-10-02Changed multiple select for days of weekend to 'chosen'. Cleaned up some code...Marvin Thomas Rabe
2011-09-26Add email field to personal preferencesBart Visscher
2011-09-24settings/personal: calculate the relative usage with 2 decimalsFlorian Pritz
2011-09-18Move some common code to OC_UtilBart Visscher
2011-08-23allow apps to register form for the settings and admin pagesRobin Appelman