Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-15 | Add footer; move contact info to footer | Florian Pritz | 6 | -6/+32 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-15 | Rework auto login for cli clients | Florian Pritz | 2 | -32/+51 | |
Only login when necessary. This also makes test_login() work properly (before the automatic login would have intercepted the failure and in case of a good login test_login() would test the credentials a second time. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-15 | user/test_login: Allow clients to test login credentials | Florian Pritz | 2 | -0/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | get_upload_id_limits(): return proper default values | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | Add sucess alert when saving profile | Florian Pritz | 3 | -4/+23 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | profile: reword save button | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | reset_password_form: fix wrong button text | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-14 | Improve help text for upload id limits | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Switch to bootstrap div form code instead of tables | Florian Pritz | 6 | -69/+109 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | profile view: mark update button as primary button | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Add profile and change password links to nav | Florian Pritz | 3 | -4/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Add profile page to allow changing the upload id limits | Florian Pritz | 6 | -3/+187 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | duser: add get_email() | Florian Pritz | 3 | -1/+35 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-12 | c/file: clarify comment | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-12 | Add standard name for CSP header | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-07 | Add .coffee extension mapping | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-27 | mfile: Add some more ocaml extension mappings | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-23 | c/file: remove unused variable | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-23 | duser: add ldap driver to valid_drivers | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-23 | c/file: improve upload error handling | Florian Pritz | 1 | -8/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-22 | mfile: extension -> lexer mapping; mark some functions public | Florian Pritz | 1 | -4/+20 | |
Also assure that autodetect_lexer always returns false if the file can't be highlit. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | update jquery and jquery.ui to 2.0.2 and 1.10.3 | Florian Pritz | 2 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | update to bootstrap 2.3.2 | Florian Pritz | 2 | -3/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | implement repasting (fills textarea with ID's content) | Florian Pritz | 3 | -1/+17 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-08 | mfile/new_id(): rewrite as loop and make min/max parameters | Florian Pritz | 1 | -6/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-02 | c/file/do_upload: fix fallback if base64_decode fails | Florian Pritz | 1 | -1/+3 | |
trim() would give us an empty string if base64_decode() returns false. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-24 | upload_history: improve display with small width | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-24 | upload_history: remove hash | Florian Pritz | 1 | -2/+0 | |
It uses a rather large amount of space and doesn't really help people much. We'll leave it for the plaintext version so you can still use it in the client if you want to. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-24 | upload_history: Allow column sorting (jquery.tablesorter) | Florian Pritz | 2 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-23 | Rework javascript inclusion | Florian Pritz | 3 | -6/+29 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-10 | Hide function not supported by auth driver | Florian Pritz | 3 | -4/+27 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-09 | Change description for "text" in lexer list | Florian Pritz | 1 | -0/+1 | |
Pygments calls it "Text only", but users are more likely to search for "plain" than "only" so won't find it in the dropdown. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-04-29 | duser_ldap: ignore errors from ldap_bind | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-04-18 | new_id(): improve id blacklist | Florian Pritz | 1 | -1/+9 | |
We shouldn't use dir or filenames from the top directory as IDs because they won't work if you use mod_rewrite. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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 | 1 | -1/+1 | |
This no longer resizes the textarea after the user change the size themself. 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 | 3 | -12/+33 | |
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 | Rearrange upload form | Florian Pritz | 1 | -14/+14 | |
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 | 6 | -6/+6 | |
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 | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |