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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-12
fix missing object initialization and properly declare class variables
Florian Pritz
3
-3
/
+11
2012-05-10
Prevent browsers from deleting files
Florian Pritz
1
-0
/
+5
2012-05-10
Replace timeout (delete) link with info link
Florian Pritz
1
-1
/
+2
2012-05-05
Rework file deletion; allow to delete multiple IDs at once
Florian Pritz
6
-82
/
+119
2012-05-03
user/hash_password: add form to support normal browsers
Florian Pritz
2
-2
/
+42
2012-05-03
document ID/info mode
Florian Pritz
2
-4
/
+10
2012-05-03
remove password column from `files`
Florian Pritz
2
-1
/
+22
2012-05-03
add ID/info to display more information about a file
Florian Pritz
3
-21
/
+45
2012-05-01
use function to generate links to css files
Florian Pritz
4
-4
/
+15
2012-05-01
move file link generation from controller to view
Florian Pritz
2
-12
/
+7
2012-05-01
move etag handling into handle_etag()
Florian Pritz
1
-27
/
+23
2012-04-21
Disable cache for upload_history for now.
Florian Pritz
1
-1
/
+3
2012-04-15
upload_hstory: Initialize $lengths correctly
Florian Pritz
2
-11
/
+22
2012-04-14
Make sure we keep the uri flashdata
Florian Pritz
1
-0
/
+1
2012-04-14
claim_id: Fix wrong variable name
Florian Pritz
1
-1
/
+1
2012-04-14
cron: Remove expired, unowned files
Florian Pritz
1
-4
/
+10
2012-04-14
Allow to keep and reclaim uploads without being logged in
Florian Pritz
3
-8
/
+59
2012-04-14
v/upload_form: Reword primary goal
Florian Pritz
1
-1
/
+1
2012-04-13
Hide delete button if user doesn't own the id
Florian Pritz
3
-3
/
+9
2012-04-13
Add nuke_id() command
Florian Pritz
1
-0
/
+26
2012-04-13
Add do_paste() and remove ajax from upload_form
Florian Pritz
2
-15
/
+46
2012-04-12
CSP: add unsafe-inline to style-src
Florian Pritz
1
-1
/
+1
2012-04-11
Display login boxes on upload_form
Florian Pritz
2
-10
/
+8
2012-04-11
Use phpass for password hashing
Florian Pritz
2
-2
/
+258
2012-04-11
Fix password verification
Florian Pritz
1
-1
/
+9
2012-04-11
Add filesize to history view
Florian Pritz
6
-7
/
+65
2012-04-11
Show confirmation after login
Florian Pritz
2
-0
/
+7
2012-04-10
Fix syntax error in migration 2
Florian Pritz
1
-1
/
+1
2012-04-09
Fix plaintext client view
Florian Pritz
1
-3
/
+2
2012-04-09
header: hide login box until hover
Florian Pritz
1
-5
/
+10
2012-04-09
muser: decrease cost parameter for crypt
Florian Pritz
1
-1
/
+1
2012-04-09
Add invite link to header
Florian Pritz
1
-1
/
+2
2012-04-09
Fix HTML syntax error
Florian Pritz
1
-1
/
+1
2012-04-09
Add information about acceptable usage and accounts.
Florian Pritz
2
-1
/
+11
2012-04-09
css: limit width of <p> and <li> to 800px
Florian Pritz
7
-7
/
+7
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
3
-1
/
+100
2012-04-09
random_id() -> random_alphanum(); allow single argument
Florian Pritz
3
-5
/
+9
2012-04-09
Implement simple referral system
Florian Pritz
4
-1
/
+93
2012-04-09
Move is_cli_client() and random_id() to helper
Florian Pritz
5
-32
/
+32
2012-04-09
c/file: Style changes
Florian Pritz
1
-1
/
+3
2012-04-09
c/file: remove old comment
Florian Pritz
1
-2
/
+0
2012-04-09
upload_form: Display everything but forms if not logged in.
Florian Pritz
1
-1
/
+3
2012-04-09
Fix netrc information on client page.
Florian Pritz
1
-2
/
+2
2012-04-09
add history link to header; fix indentation
Florian Pritz
1
-6
/
+7
2012-04-09
Redirect to / if log in successful
Florian Pritz
2
-5
/
+1
2012-04-09
upload_form(): don't require a user
Florian Pritz
1
-2
/
+0
2012-04-09
Don't show delete button when not found
Florian Pritz
1
-25
/
+25
2012-04-09
muser: fix handling of cli clients without account
Florian Pritz
3
-11
/
+18
[next]