Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-03 | Move thumbnail code to dedicated class | Florian Pritz | 3 | -176/+175 | |
This also moves the code from mfile->image_dimension() to the only place where it was called. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-03 | Add colorbox on thumnail pages | Florian Pritz | 7 | -1/+1342 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-09-20 | Update NEWS | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-09-20 | thumbnails: Handle EXIF orientation | Florian Pritz | 1 | -0/+63 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-09-20 | Improve handling of PHP errors | Florian Pritz | 2 | -1/+59 | |
This converts any error (including INFO, NOTICE and those hidden with @) to an exception and displays a nice error page for uncaught exceptions. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-09-11 | Fix black background in thumbnails with transparency | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-30 | Update NEWS | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-30 | Improve migration error message | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-30 | Merge tag '2.2.0' into working | Florian Pritz | 2 | -8/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Set title on code render page | Florian Pritz | 1 | -0/+2 | |
This got lost in the multipaste change. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Document multipastes on the front page | Florian Pritz | 1 | -0/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Fix code renders for cli clients | Florian Pritz | 2 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Merge branch 'multipaste' into working | Florian Pritz | 26 | -460/+1128 | |
2014-08-29 | Increase padding for anchors | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | add multipaste support | Florian Pritz | 22 | -301/+939 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Add multiple file input boxes on upload form | Florian Pritz | 2 | -6/+36 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Simplify sorting of history table | Florian Pritz | 3 | -26/+136 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Display better errors for CLI requests | Florian Pritz | 3 | -125/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-23 | Move migration code to CLI callable function | Florian Pritz | 6 | -14/+70 | |
This is necessary to prevent migrations from running multiple times in parallel. A git hook can be used to run this after checkout so impact should be fairly low. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-22 | update gentoo overlay URL | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-17 | Fix comptability with php 5.6 | Florian Pritz | 1 | -1/+2 | |
References: http://ellislab.com/forums/viewthread/244510/#1066558 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-11 | Reword invitation text on front page | Florian Pritz | 1 | -1/+2 | |
The new text is friendlier and less presumptuous and actually describes the reason why I introduced the invitation system. Not sure why I didn't write that in the first place. Thanks to <https://lobste.rs/about> for the idea. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-06-06 | Merge remote-tracking branch 'remotes/upstream/2.2-stable' into working | Florian Pritz | 122 | -330/+308 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Conflicts: system/libraries/Session.php user_guide/ | |||||
2014-06-06 | Update CI_VERSION | Andrey Andreev | 1 | -1/+1 | |
2014-06-06 | Issue #3084 | Andrey Andreev | 1 | -5/+2 | |
2014-06-05 | Updating release date | Derek Jones | 1 | -1/+1 | |
2014-06-05 | Minor style fixes to improve readability in HMAC authentication | Quinn Chrzan | 1 | -3/+7 | |
2014-05-31 | Backport HMAC authentication for CI_Session | Andrey Andreev | 2 | -23/+37 | |
2014-05-31 | Fix broken changelog entries | Andrey Andreev | 1 | -2/+2 | |
2014-05-31 | Add Travis-CI exception for 2.2-stable branch | Andrey Andreev | 1 | -0/+1 | |
2014-05-31 | Changelog messages, bump year in copyright notices | Andrey Andreev | 262 | -375/+367 | |
2014-05-30 | Style fixes and adding link to Mcrypt in upgrade instructions | Quinn Chrzan | 2 | -2/+2 | |
2014-05-30 | Bumping version numbers and adding upgrade instructions | Quinn Chrzan | 145 | -148/+246 | |
2014-05-30 | Merge pull request #3071 from EllisLab/bug/xor_encode | Quinn Chrzan | 3 | -69/+21 | |
Bug/xor encode | |||||
2014-05-30 | Updating docs for xor_encode removal | Quinn Chrzan | 2 | -7/+6 | |
2014-05-29 | Removing xor_encode from Encrypt library | Quinn Chrzan | 1 | -62/+15 | |
2014-05-14 | Corrections to the tutorial. | Wes Baker | 2 | -4/+4 | |
2014-05-13 | Fix timing attack on session hash | Florian Pritz | 1 | -1/+8 | |
http://seclists.org/fulldisclosure/2014/May/54 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-17 | migration 12: remove dependencies on users table again | Florian Pritz | 1 | -9/+0 | |
When using external authentication databases (ldap, fluxbb, ..) the users table is empty so adding the constraints won't work. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-15 | Use alter table to rename tables | Florian Pritz | 1 | -2/+2 | |
For some strange reason using "rename table" causes an exception in system/database/DB_driver.php:query() because it trys to call num_rows() on a boolean. Using "alter table" works. According to the php manpage mysqli::query() it should return a boolean too, but whatever... Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-15 | migration 12: Remove tablename, fix ordering problem | Florian Pritz | 1 | -6/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-12 | Add foreign keys to database | Florian Pritz | 4 | -3/+32 | |
Changing the referrer value for the root admin from 0 to NULL to make the foreign key check work. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-03-02 | Clean up default config comments | Florian Pritz | 2 | -21/+34 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-03-02 | INSTALL: slightly improve SQL cmd | Florian Pritz | 1 | -4/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-02-27 | Merge pull request #2909 from enderteszla/2.1-stable | Andrey Andreev | 5 | -1/+41 | |
added missed index.html files. | |||||
2014-02-27 | Added a .htaccess file to the application/cache folder for ↵ | Ender Teszla | 1 | -0/+1 | |
security-in-depths reasons (de bene esse). | |||||
2014-02-27 | Deleted useless .htaccess file, added missed index.html files. | Ender Teszla | 5 | -1/+40 | |
2014-02-23 | user/create_apikey: Use empty comment if unset | Florian Pritz | 1 | -0/+1 | |
False gets converted to "0" when being stored in the DB which we don't want. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-02-21 | Implement multiple access levels for api keys | Florian Pritz | 6 | -16/+71 | |
This allows to use an api key to write a completly standalone client. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-02-15 | Work around PHP 5.3 limitation | Florian Pritz | 1 | -3/+5 | |
$this in anonymous functions is only supported in PHP >= 5.4 Signed-off-by: Florian Pritz <bluewind@xinu.at> |