Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-27 | Merge pull request #1969 from CoeusCC/patch-2 | Andrey Andreev | 1 | -1/+1 | |
Error on line 1407 of db_active_rec.php traces to mis-named variables | |||||
2012-11-27 | Merge pull request #2021 from tomcode/linefeedsMigration | Andrey Andreev | 1 | -40/+40 | |
Linefeeds migration #2 | |||||
2012-11-21 | Convert liefeeds to Unix style | Thomas Traub | 1 | -40/+40 | |
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-11-05 | Error on line 1407 of db_active_rec.php traces to mis-named variables | Patrick Zeinert | 1 | -1/+1 | |
Corrected variables to $k2 and $v2 | |||||
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 | Merge pull request #1936 from etcgroup/2.1-stable | Andrey Andreev | 1 | -1/+1 | |
Bug in 2.1-stable - language typo in Migrations library | |||||
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-28 | Fix language typo in Migrations library | Michael Brooks | 1 | -1/+1 | |
lang and line were out of order | |||||
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> | |||||
2012-10-22 | Don't send a cli client unwanted HTML code | Florian Pritz | 4 | -3/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | retab css; remove unused css class | Florian Pritz | 1 | -76/+72 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | Fix aligment if last line of paste is empty | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | Merge upload_form.js into script.js | Florian Pritz | 3 | -17/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | Remove old css files | Florian Pritz | 3 | -342/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | ID/info: add missing htmlspecialchars() | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 43 | -248/+1034 | |
Initial-work-by: Oliver Mader <b52@reaktor42.de> Additional-work-by: Markus Cisler <mrkscslr@gmail.com> Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-16 | Fall back to plain text if lexer is unknown/broken | Florian Pritz | 3 | -15/+52 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-10 | Correcting the breadcrumb in the 2.1.3 update instructions. | Wes Baker | 1 | -1/+1 | |
2012-10-10 | Accept authentication via post parameters | Florian Pritz | 1 | -5/+18 | |
Passing the authentication headers is slightly complicated with fastcgi so we support both and let the users choose. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-09 | Rename $mode to $lexer | Florian Pritz | 2 | -42/+42 | |
Pygments calls it that and mode was an undescriptive name anyway. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-08 | Merge tag '2.1.3' | Florian Pritz | 11 | -117/+106 | |
Conflicts: user_guide Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-08 | Really fix #1715 | Andrey Andreev | 1 | -1/+1 | |
2012-10-08 | Fix issue #1715 | Andrey Andreev | 2 | -4/+5 | |
2012-10-07 | Bump version number to 2.1.3 | Andrey Andreev | 145 | -146/+232 | |
2012-10-07 | c/file/download: display an error if highlighting fails | Florian Pritz | 1 | -5/+9 | |
Previously we displayed an empty page since stderr usually goes to the error log of the web server. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-07 | scripts/mimetype: detect ascii with long lines correctly | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-07 | c/file/download: remove useless return statement | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-07 | c/file/download: stop working around CI's output class | Florian Pritz | 1 | -3/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-06 | Backport security fixes | Andrey Andreev | 2 | -26/+27 | |
2012-10-06 | Fix issues #227 and #907 | Andrey Andreev | 2 | -35/+36 | |
2012-10-04 | Backport fix for issue #1699 | Andrey Andreev | 2 | -21/+12 | |