index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
application
/
controllers
/
user.php
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-08
user/create_apikey: Add JSON support
Florian Pritz
1
-0
/
+5
2013-09-04
Remove left over var_dump()
Florian Pritz
1
-2
/
+0
2013-09-04
Remove unneeded "as" in sql query
Florian Pritz
1
-1
/
+1
2013-09-04
Generalize request_type() to static_storage()
Florian Pritz
1
-1
/
+1
2013-09-02
Provide json output for api functions
Florian Pritz
1
-0
/
+8
2013-09-02
Display domain of email address when resetting password
Florian Pritz
1
-1
/
+2
2013-08-22
Deduplicate initialisation code in controllers
Florian Pritz
1
-15
/
+3
2013-08-12
apikeys: allow any chars in comment
Florian Pritz
1
-3
/
+2
2013-08-11
Allow more chars in apikey comment
Florian Pritz
1
-2
/
+2
2013-08-11
Add API key support
Florian Pritz
1
-0
/
+65
2013-07-15
user/test_login: Allow clients to test login credentials
Florian Pritz
1
-0
/
+12
2013-07-14
Add sucess alert when saving profile
Florian Pritz
1
-2
/
+11
2013-07-13
Switch to bootstrap div form code instead of tables
Florian Pritz
1
-2
/
+2
2013-07-13
Add profile page to allow changing the upload id limits
Florian Pritz
1
-0
/
+59
2013-02-13
Change license to AGPL
Florian Pritz
1
-1
/
+1
2013-01-30
Modularize authentication system
Florian Pritz
1
-0
/
+4
2013-01-25
Refactor querying action table
Florian Pritz
1
-21
/
+2
2013-01-24
Add password reset function/pages/links
Florian Pritz
1
-0
/
+131
2013-01-24
Repurpose invitations table to actions
Florian Pritz
1
-12
/
+15
2013-01-09
Fix some indentation issues
Florian Pritz
1
-5
/
+5
2013-01-09
Fix copyright information
Florian Pritz
1
-0
/
+7
2012-12-16
c/user: register() prevent DB error if username is non-ascii
Florian Pritz
1
-4
/
+4
2012-10-22
switch design to bootstrap; minor fixes along the way
Florian Pritz
1
-17
/
+17
2012-08-28
Only create new sessions when the are really needed
Florian Pritz
1
-0
/
+1
2012-07-12
Add cron function for user controller
Florian Pritz
1
-0
/
+14
2012-07-12
c/user: improve error messages
Florian Pritz
1
-6
/
+2
2012-07-12
u/register: improve error message for invalid username
Florian Pritz
1
-1
/
+1
2012-07-12
Explicitly select fields in db queries
Florian Pritz
1
-1
/
+1
2012-07-12
Display nice error message if username exists already
Florian Pritz
1
-0
/
+4
2012-05-12
fix missing object initialization and properly declare class variables
Florian Pritz
1
-0
/
+6
2012-05-03
user/hash_password: add form to support normal browsers
Florian Pritz
1
-2
/
+16
2012-04-11
Show confirmation after login
Florian Pritz
1
-0
/
+4
2012-04-09
user/register: restrict username to max 32 chars
Florian Pritz
1
-1
/
+1
2012-04-09
user/register: restrict username to a-z0-9
Florian Pritz
1
-2
/
+2
2012-04-09
add register function
Florian Pritz
1
-0
/
+73
2012-04-09
random_id() -> random_alphanum(); allow single argument
Florian Pritz
1
-1
/
+1
2012-04-09
Implement simple referral system
Florian Pritz
1
-0
/
+49
2012-04-09
Move is_cli_client() and random_id() to helper
Florian Pritz
1
-1
/
+1
2012-04-09
Redirect to / if log in successful
Florian Pritz
1
-4
/
+1
2012-04-09
more user changes
Florian Pritz
1
-0
/
+2
2012-04-09
start working on users
Florian Pritz
1
-0
/
+74