Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-13 | Handle enter key in lexer dropdown's text input | Florian Pritz | 1 | -0/+6 | |
Before it would simply redirect to "base_url/ID/?", now if you enter "foo" in the text box and don't select any value below you will go to "base_url/ID/foo". 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-08 | Fixing a typo in the user guide. | Wes Baker | 139 | -139/+139 | |
2013-07-08 | Revert "Updating User Guide for 2.1.4." | Wes Baker | 2 | -8/+3 | |
This reverts commit c5f99fdcc5c4a918b5b8fe3ddbd56ab25ad1c22b. Signed-off-by: Wes Baker <wes@wesbaker.com> | |||||
2013-07-08 | Updating User Guide for 2.1.4. | Wes Baker | 147 | -200/+312 | |
2013-07-07 | Add .coffee extension mapping | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-05 | Added small improvement to the _remove_evil_attributes function | brian978 | 1 | -7/+6 | |
Signed-off-by: brian978 <dbrian89@yahoo.com> Signed-off-by: Wes Baker <wes@wesbaker.com> Conflicts: system/core/Security.php | |||||
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 | 25 | -370/+25 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | update to bootstrap 2.3.2 | Florian Pritz | 7 | -27/+883 | |
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 | 2 | -1/+7 | |
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 | 8 | -5/+106 | |
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-26 | munin-plugin: return 0 instead of NULL | Florian Pritz | 1 | -2/+2 | |
munin can't graph NULL 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 munin plugin | Florian Pritz | 1 | -0/+25 | |
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-03-15 | Merge pull request #2337 from moi90/2.1-stable | Andrey Andreev | 1 | -1/+1 | |
Email library: htmlspecialchars for _header_str | |||||
2013-03-15 | Email library: htmlspecialchars for _header_str | moi90 | 1 | -1/+1 | |
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> |