summaryrefslogtreecommitdiff
path: root/www/functions
AgeCommit message (Collapse)AuthorFilesLines
2014-03-17Fixed logical error and made the code smoother.Horus31-7/+2
2014-03-17Fix: empty folder array.Horus31-6/+1
2014-03-17Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.deoweissbarth1-0/+33
2014-03-17added basic browsing functionalityoweissbarth1-2/+2
2014-03-17Added func recover_passwordHorus31-0/+33
2014-03-16Added func change_passwordHorus32-1/+32
2014-03-16Changed rewrite() to cut a trailing slash.Horus32-2/+11
2014-03-16Redesigned the way of showing content.Horus33-5/+4
2014-03-16mergeHorus31-1/+1
2014-03-16Checks if user really invited.Horus32-9/+18
2014-03-16Added more error cases to register uioweissbarth1-1/+1
2014-03-16Some comments in the doc and renaming stuff.Horus33-10/+9
2014-03-16Added database query for login purposes.Horus31-1/+2
2014-03-16Added constant 'REGISTER_USERNAME', which checks if username already used.Horus31-0/+7
2014-03-16Added new constant 'REGISTER_INVITEKEY'Horus32-4/+8
2014-03-16Added print_registeroweissbarth1-1/+1
2014-03-16+;Horus31-1/+1
2014-03-16Final fix.Horus33-13/+13
2014-03-16No more warnings because of 'undefined constants' anymore.Horus33-13/+13
2014-03-16Redesigned to user constants.Horus33-62/+48
2014-03-16Redesigned login and register function.Horus32-93/+69
2014-03-16Fixed security issues.Horus31-1/+2
2014-03-14Removed some warningsoweissbarth1-1/+1
2014-03-13rewrite rulezHorus31-9/+7
2014-03-12No idea + the invite key is now in the URL bar, until the MTA works.Horus31-1/+1
2014-03-12<\? -> <\?phpHorus39-9/+9
2014-03-12Some stuff werks. 'Showing the content' should now do the job.root2-4/+15
2014-03-12more modular for greater flexibilityHorus36-54/+78
2014-03-12Added invite-formoweissbarth1-7/+1
2014-03-12TODO: Get the right root.root1-1/+1
2014-03-12Fixed typo in the database schema.Horus31-0/+1
2014-03-12Bug fixHorus31-1/+1
2014-03-12Added invite formular until Oweissbarth finished his job.Horus31-0/+6
2014-03-12Respects your privacy nowroot2-19/+14
2014-03-12merge incommingroot1-1/+7
2014-03-12fixed PHP's bug with empty()Horus32-14/+15
2014-03-12Fixed the path for the css fileroot2-2/+2
2014-03-12Other tyoHorus31-0/+1
2014-03-12Structure in functions. Stronger hash algorith for password safety, also pepper.Horus38-0/+345