Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-18 | Add LDAP authentification driver | Florian Pritz | 2 | -0/+85 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-28 | memcachelibrary: Ignore server unreachable errors in set() and delete() | Florian Pritz | 1 | -2/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-28 | upload_form: Resize textarea using responsive css rather than js | Florian Pritz | 3 | -16/+17 | |
This no longer resizes the textarea after the user change the size themself. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-25 | Use better word breaking. | Florian Pritz | 1 | -1/+1 | |
This breaks at spaces, dots, ... if possible, but falls back to breaking anywhere if needed. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-25 | pygmentize: Disable newline stripping | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-25 | automatically wrap lines | Florian Pritz | 5 | -50/+94 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-23 | INSTALL: Clarify hash_password URL | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-23 | CLI: update_file_metadata: also update mimetypes | Florian Pritz | 2 | -9/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-23 | install.php: Add test for pygmentize | Florian Pritz | 1 | -0/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-23 | Rearrange upload form | Florian Pritz | 2 | -14/+29 | |
This allows the textarea to be wider without vanishing behind the file upload form. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-14 | Move cli client login code to muser constructor | Florian Pritz | 2 | -21/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-14 | Improve show_error() for cli clients | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-13 | Change license to AGPL | Florian Pritz | 7 | -86/+73 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-08 | c/file/claim_id(): Call _show_url() with an array | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-08 | Add a viewport meta tag to control the layout on mobile browsers | Markus Cisler | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-08 | Add some mimetypes and sort the list | Florian Pritz | 1 | -32/+41 | |
fileinfo uses some different mimetypes than File::MimeInfo. This tries to add most of those that are currently on paste.xinu.at. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-04 | Add files to add localized html header and css | Florian Pritz | 1 | -0/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-04 | Handle text/x-diff MIME type | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-03 | Use php's fileinfo instead of perl to detect mimetype | Florian Pritz | 4 | -41/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-03 | Abort execution if we hit any php error/warning/notice | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-03 | Suppress open_basedir warning for /dev/urandom | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-02 | Add tex highlighting | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-31 | Duser: small comment fixes | Florian Pritz | 1 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-30 | Remove userid from session upon logout | Florian Pritz | 1 | -0/+1 | |
No necessary, but better safe than sorry. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-30 | Make authentication driver configureable | Florian Pritz | 2 | -2/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-30 | Modularize authentication system | Florian Pritz | 4 | -37/+164 | |
This allows to easily add LDAP and other support. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-25 | Refactor querying action table | Florian Pritz | 2 | -21/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Use the alert-error class for some error message in views/user | Florian Pritz | 3 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | m/user/username_exists: fix bug on empty/false argument | Florian Pritz | 1 | -0/+4 | |
username_exists(false) returned true because the condition matches any existing user. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Add password reset function/pages/links | Florian Pritz | 7 | -0/+171 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Repurpose invitations table to actions | Florian Pritz | 4 | -14/+54 | |
This can be used to track data for all kinds of one-time actions like invitations and password resets. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-23 | Reverse sort order on upload_history | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-17 | Support multiple uploads in the same request | Florian Pritz | 7 | -83/+155 | |
This change *should* be backwards compatible. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-17 | Reduce font size on error page | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-17 | Fix js TypeError on pages != upload_form | Florian Pritz | 1 | -1/+1 | |
The jquery code won't produce an error message if there is no element machting the search. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-09 | Fix some indentation issues | Florian Pritz | 4 | -8/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-09 | Fix copyright information | Florian Pritz | 4 | -2/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-12-16 | c/user: register() prevent DB error if username is non-ascii | Florian Pritz | 1 | -4/+4 | |
The DB col is set to ascii_general_ci so if the username doesn't pass the charset check we shouldn't even bother query the db because that can trigger a collation error (utf-8 vs ascii). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-12-06 | Extend INSTALL file | Florian Pritz | 1 | -1/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-11-09 | file/client: Add information about fb's config file | Florian Pritz | 1 | -5/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-11-09 | Rework file/client page | Florian Pritz | 2 | -13/+38 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-31 | Fix "invite" link on upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-29 | Add button to wrap long lines in code view | Florian Pritz | 2 | -0/+13 | |
Since wrapping would break the line numbers we hide them. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-27 | remove unused icon | Florian Pritz | 2 | -73/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-27 | Set font in textarea on upload_form to monospaced | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-26 | fix handling of special chars in lexer names | Florian Pritz | 1 | -1/+5 | |
xml+php would break twice because + isn't an allowed char and because urldecode() converts it to a space. We fix this by providing a proper urlencoded string. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-26 | fix missing htmlspecialchars in html_header.php | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-25 | Increase width of paste container | Florian Pritz | 2 | -2/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-23 | Prevent date wrapping on history page | Florian Pritz | 2 | -1/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-23 | Use better monospace fonts | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |