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
2011-10-01fixed link to password recovery. removed duplicated and unused code out of ↵Marvin Thomas Rabe
index.php.
2011-10-01Merge branch 'lostpassword'Bart Visscher
Conflicts: core/templates/login.php index.php lib/util.php
2011-09-30 Error when only oc_remember_login cookie set fixed.Marvin Thomas Rabe
Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" files. Fade in/out of login button and remember checkbox removed due to some display errors.
2011-09-27remove warning by check cookie before accessing it.Frank Karlitschek
2011-09-26Move lostpassword code to own appBart Visscher
2011-09-26Move display of login page to function in OC_UtilBart Visscher
2011-09-24prevent people from triggering the setup manuallyRobin Appelman
2011-09-24only call error_log() if DEBUG is trueFlorian Pritz
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-18Move some common code to OC_UtilBart Visscher
Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
2011-09-18Cleanup lib/base.phpBart Visscher
2011-09-18Remove global vars and use the OC static version.Bart Visscher
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
2011-09-18remember changed not to store password in cookieBartek Przybylski
2011-09-18Changed behaviour of remember checkboxBartek Przybylski
2011-08-29Initial work on resetting forgotten passwords. It works, but still need to ↵Michael Gapczynski
email a token to allow reset
2011-08-07Exit after call to setupSerge Martin
2011-08-04redirect index.php to files/webdav.php for webdav (PROPFIND) requestsRobin Appelman
2011-07-29Renaming classes :-)Jakob Sack
2011-07-27Delete requires in applications where possibleJakob Sack
2011-07-22fix warning if no username is set in the cookieRobin Appelman
2011-07-20remember login addedBartek Przybylski
2011-06-20fixed page reload after logoutKamil Domanski
2011-06-20More l10n-stuffJakob Sack
2011-05-18New installer.François Kubler
* Forms have been revamped (CSS + javascript), * Process has been improved : errors are displayed on the form page, * Some changes in the index.php page so that everything related to installation is in lib/setup.php * Also added a small function in OC_HELPER class to set input values. All these should improve the installation process in terms of ergonomics. Well, I do hope so.
2011-05-07renamed installer.php to setup.phpJakob Sack
2011-04-18create .htaccess files during installation for apache usersRobin Appelman
2011-04-17installer now works when using mysqlRobin Appelman
2011-04-17first-run wizzard wipRobin Appelman
2011-04-16check if an item in an array exists before we use itRobin Appelman
2011-04-16fixing other peoples bad coding style ;-)Frank Karlitschek
2011-04-16fix infinite redirect error that happend in rare casesRobin Appelman
2011-04-16show server configuration errors on seperate pageRobin Appelman
2011-04-16Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoringJakob Sack
2011-04-16First sketch of a user administrationJakob Sack
2011-04-16redirect to owncloud root after logoutRobin Appelman
2011-04-16Use OC_CONFIG where possibleJakob Sack
2011-04-16get rid of the oc_require and friendsRobin Appelman
2011-03-02Start of the refactoring. Commit is quite big because I forgot to use git ↵Jakob Sack
right from the beginning. Sorry.
2011-02-09Fix licencing, make headers refer to intended AGPL, include copy of AGPLJonathan Riddell
2010-07-16fix permissions, start to implement private data apiMartin T. H. Sandsmark
2010-05-02simple fixesThibaut GRIDEL
2010-04-19same fixes, this time hopefully without merge conflictRobin
2010-04-14add Open Collaboration API support. You can now connect your ownCloud with ↵Frank Karlitschek
the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5
2010-04-12Merge commit 'refs/merge-requests/18' of git://gitorious.org/owncloud/owncloudFrank Karlitschek
merge Conflicts: index.php
2010-04-12small visual changesRobin
2010-04-12visual changesRobin
2010-03-29merge Adityas improvementsFrank Karlitschek
2010-03-28added option to load js files from phpRobin
2010-03-16cleanup autoconfiguration wizard, add settings page, make it run from ↵root
subdirectories, huge cleanup
2010-03-15do not asume owncloud is installed in the root of the webserverRobin
2010-03-15Merge commit 'refs/merge-requests/3' of git://gitorious.org/owncloud/owncloudFrank Karlitschek