summaryrefslogtreecommitdiff
path: root/lib/VNDB
AgeCommit message (Expand)AuthorFilesLines
2009-08-17L10N: Converted homepage and history pagesYorhel2-37/+28
2009-08-17L10N: Converted everything in Util::LayoutHTML and use non-English keysYorhel1-37/+29
2009-08-17L10N: Russian TL for site title and main menuYorhel3-14/+21
2009-08-17Added language switcher to the main menuYorhel2-1/+14
2009-08-17Started on a framework for interface I18NYorhel2-1/+94
2009-08-16Allow empty VN descriptionsYorhel1-1/+1
2009-08-16Fixed typo in DB::UlistsYorhel1-1/+1
2009-08-15More sensible placing of the submit button on /v+/tagmodYorhel2-18/+19
2009-08-12Allow a usermod to browse a users' list even when it's hiddenYorhel3-5/+5
2009-08-12Added global user votes ignore listYorhel5-5/+14
2009-08-11Improved styling of the threeboxes layoutYorhel2-137/+150
2009-08-09Don't perform username regex validation on loginYorhel1-1/+1
2009-08-09Don't check for double post when editing a postYorhel1-1/+1
2009-08-09Converted changes.added to timestamptzYorhel4-4/+6
2009-08-08Don't show hidden VN items on g+ pagesYorhel1-0/+1
2009-08-08Converted tags.added to timestamptzYorhel1-2/+3
2009-08-08Converted users.registered to timestamptzYorhel1-5/+5
2009-08-08Converted votes.date to timestamptz and use NOW() as defaultYorhel1-3/+3
2009-08-08Converted threads_posts.date and edited to timestamptzYorhel1-5/+5
2009-08-08Converted wlists.added and rlists.added to timestamptzYorhel1-1/+1
2009-08-08Improved handling of the timestamp columns in anime and session tablesYorhel3-9/+4
2009-08-08Added note on g+ pages about cachingYorhel1-0/+1
2009-08-08Removed last traces of the category systemYorhel3-70/+8
2009-08-08Merge branch '3dev' of git://3decibels.net/vndb into betaYorhel3-1/+8
2009-08-06More logical naming of dbGetPost date filter3dB2-4/+4
2009-08-06Post checking now alows one new thread in 30s3dB1-1/+1
2009-08-06Added OpenSearch plugin + autodetectionYorhel2-1/+22
2009-08-05Removed unnecessary export.3dB1-1/+1
2009-08-05Reworked double post checking to use existing code3dB2-22/+5
2009-08-05Removed last traces of the shared memory processing queueYorhel6-44/+0
2009-08-04Implemented double-post prevention3dB3-1/+25
2009-08-01Don't try to DELETE FROM vnlists in dbUserDel()Yorhel1-1/+0
2009-07-31Use bytea data type to store session tokensYorhel1-10/+8
2009-07-31Fetch hex hashes from dbUserGet() and do comparison in hexYorhel2-12/+9
2009-07-31Added encode_utf8() on $salt and $pass in _authEncryptPass()Yorhel1-3/+5
2009-07-30Util::Auth: check cookie for sanity and delete incorrect cookiesYorhel1-5/+14
2009-07-30Merge branch 'auth' of git://3decibels.net/vndb into betaYorhel3-32/+115
2009-07-29Changed sessions.expiration column to timestamp3dB2-4/+11
2009-07-29Altered the way sessions are handled in some cases3dB2-0/+2
2009-07-29Cleanup of Util/Auth.pm3dB1-13/+7
2009-07-28Rewrote cookie experation string generation to use POSIX::strftime3dB1-5/+3
2009-07-28Removed Crypt::Lite dependency3dB1-11/+8
2009-07-28Multiple bugfixes to authorization system & sql tweaks3dB2-12/+13
2009-07-28Modified DB libraries and user handlers dealing with passwords to work with n...3dB2-8/+10
2009-07-28Replaced _authGenerateSalt with a better one-liner.3dB1-21/+7
2009-07-27Committing initial modification of authorization module.3dB1-21/+74
2009-07-27Applied small adjustments and reorganized DB library code.3dB2-44/+33
2009-07-24Checkin of auth rewrite progress.3dB1-0/+43
2009-07-23Created subroutine to genrate password salts3dB1-0/+11
2009-07-23Implemented relgraph notify from PgSQL triggerYorhel3-22/+4