Robin Appelman
a862fec9a3
make remember login token also dependent on password to protect against some brute force attacks on this token
13 years ago
Thomas Olsen
21d613cbc6
Added export.php for contacts app. Works the same way as the one in the calendar app, except there is no UI for it.
...
Fixed indentation in /index.php
14 years ago
Robin Appelman
b0127e3918
use OC_Log instead of error_log
14 years ago
Patrick Stricker
2cc5f5e19e
made work with http authentication kind of sso login
14 years ago
Thomas Schmidt
e710bcb6d3
add owncloud autosetup option
14 years ago
Marvin Thomas Rabe
4bcb6f5346
remeber cookie bug fixed
14 years ago
Marvin Thomas Rabe
33f24a42b8
redirect url fixed
14 years ago
Marvin Thomas Rabe
6d8985ceb2
added infield labels. readded fade in of login button. updated label on install page.
14 years ago
Marvin Thomas Rabe
481a37fcf3
Show database only in advanced
14 years ago
Marvin Thomas Rabe
c943f48547
fixed link to password recovery. removed duplicated and unused code out of index.php.
14 years ago
Marvin Thomas Rabe
ccfa2dd24c
Error when only oc_remember_login cookie set fixed.
...
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.
14 years ago
Frank Karlitschek
bf3248bee9
remove warning by check cookie before accessing it.
14 years ago
Bart Visscher
950d4e1da4
Move lostpassword code to own app
14 years ago
Bart Visscher
aae6881494
Move display of login page to function in OC_Util
14 years ago
Robin Appelman
3bccebacbc
prevent people from triggering the setup manually
14 years ago
Florian Pritz
8648e3c43c
only call error_log() if DEBUG is true
...
Signed-off-by: Florian Pritz <bluewind@xinu.at>
14 years ago
Bart Visscher
e990ef3542
Move some common code to OC_Util
...
Created the following function:
- checkLoggedIn
- checkAdminUser
- redirectToDefaultPage
14 years ago
Bart Visscher
8966ed5a00
Cleanup lib/base.php
14 years ago
Bart Visscher
82c7598861
Remove global vars and use the OC static version.
...
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
14 years ago
Bartek Przybylski
94696ea7de
remember changed not to store password in cookie
14 years ago
Bartek Przybylski
68e7666293
Changed behaviour of remember checkbox
14 years ago
Michael Gapczynski
1c955606a1
Initial work on resetting forgotten passwords. It works, but still need to email a token to allow reset
14 years ago
Frank Karlitschek
9ac084d0b8
remove for now. main repository is at projects.kde.org/owncloud
14 years ago
Serge Martin
7c254dd94d
Exit after call to setup
14 years ago
Robin Appelman
01cecc8388
redirect index.php to files/webdav.php for webdav (PROPFIND) requests
14 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
14 years ago
Jakob Sack
2f807a3c7f
Delete requires in applications where possible
14 years ago
Robin Appelman
9d1c5c855b
fix warning if no username is set in the cookie
14 years ago
Bartek Przybylski
c5776fdae4
remember login added
14 years ago
Kamil Domanski
0603391405
fixed page reload after logout
14 years ago
Jakob Sack
b31a8ac985
More l10n-stuff
14 years ago
François Kubler
13ddf8100f
New installer.
...
* 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.
14 years ago
Jakob Sack
6b83e5ccfe
renamed installer.php to setup.php
14 years ago
Robin Appelman
a977ba31ce
create .htaccess files during installation for apache users
14 years ago
Robin Appelman
fde08b2389
installer now works when using mysql
14 years ago
Robin Appelman
3263b80ea9
first-run wizzard wip
14 years ago
Robin Appelman
5409b34b06
check if an item in an array exists before we use it
14 years ago
Frank Karlitschek
26974d0465
fixing other peoples bad coding style ;-)
14 years ago
Robin Appelman
c5f9c5b8a3
fix infinite redirect error that happend in rare cases
14 years ago
Robin Appelman
1495ec0f31
show server configuration errors on seperate page
14 years ago
Jakob Sack
4c74029489
First sketch of a user administration
14 years ago
Robin Appelman
50035f5a92
redirect to owncloud root after logout
14 years ago
Jakob Sack
8465f76e7e
Use OC_CONFIG where possible
14 years ago
Robin Appelman
232654cb60
get rid of the oc_require and friends
14 years ago
Jakob Sack
132695ceb1
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
14 years ago
Jonathan Riddell
d294c2f6bd
Fix licencing, make headers refer to intended AGPL, include copy of AGPL
14 years ago
Martin T. H. Sandsmark
64d4d57615
fix permissions, start to implement private data api
15 years ago
Thibaut GRIDEL
19ab1292fb
simple fixes
15 years ago
Robin
38bdf4083a
same fixes, this time hopefully without merge conflict
15 years ago
Frank Karlitschek
7adbbfe05c
add Open Collaboration API support. You can now connect your ownCloud with the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5
15 years ago