summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB
AgeCommit message (Expand)AuthorFilesLines
2015-01-28Hide spoilerous characters from the VN staff pages by defaultYorhel1-1/+2
2015-01-28Merge branch 'staff' into masterYorhel4-10/+9
2015-01-17DB: No need to use double-%% in like queriesYorhel3-3/+3
2015-01-17staff: Fix search to ignore spaces in Japanese namesmorkt1-1/+6
2015-01-17Fix bug with language icon not being displayed for release in user listmorkt1-6/+5
2015-01-12staff: Remove some remnants of the staff imagesYorhel1-1/+1
2015-01-04staff: Add some link fields and guidelinesmorkt1-2/+2
2015-01-02staff: Fix duplicate listing of seiyuu for chars with multiple releasesYorhel1-3/+3
2015-01-02staff: Fix deleting of staff + use JSON to pass data + minor fixesmorkt2-4/+7
2014-12-28staff: Import cast from other VN + some styling + more improvementsmorkt3-4/+19
2014-12-28More progress on the staff + cast DBmorkt3-30/+41
2014-12-24Further progress on the staff databasemorkt2-3/+17
2014-12-22DB: Merge name/title fetching in main fetching functionsYorhel4-41/+8
2014-12-22bbcode: Replace [vcpgi][0-9]+ links with a [url] tagmorkt4-4/+38
2014-12-22Initial implementation of a staff/seiyuu databasemorkt4-7/+181
2014-12-02Completely drop l_vnn column from VN infoYorhel1-2/+2
2014-10-16Hash session tokens with SHA-1 when storing in DBYorhel1-4/+4
2014-10-15SQL: Merge users.(passwd|salt) in one column + document valuesYorhel1-9/+7
2014-10-13SQL: Use enum to represent platformsYorhel1-3/+3
2014-10-11SQL: Convert login_throttle.timeout to a timestamptzYorhel1-3/+3
2014-08-29Throttle failed login attempts (10/day)Yorhel1-0/+16
2014-03-14DB::Releases: Fix mixing AND/OR expressions in platform/media filtersYorhel1-4/+4
2013-03-09Allow only one account registration per /48 IPv6 block per dayYorhel1-1/+1
2013-01-21Added "unknown medium" release filterYorhel1-2/+5
2013-01-21Added "unknown platform" release filterYorhel1-2/+5
2013-01-05Screenshot uploader: Load stuff synchronously + removed processing flagYorhel1-1/+1
2013-01-05Don't use Multi for processing screenshotsYorhel1-2/+2
2012-07-28DB::Releases: Use id as secondary order when sorting on dateYorhel1-1/+1
2012-07-24DB::VN: Use subquery join for obtaining rlist status infoYorhel1-18/+11
2012-07-24Add wishlist / VN list status options to VN list browserSpaceRanger1-2/+23
2012-07-13Various improvements with the releases tableSpaceRanger1-4/+10
2012-01-10Allow one fractional digit for VN votesYorhel1-5/+6
2011-12-29Added duplicate check when adding VNsYorhel1-2/+2
2011-12-29DB::VN: Add secondary order on title when sorting by release dateYorhel1-1/+1
2011-10-24Added 'role' filter to character browserYorhel1-1/+4
2011-08-27Added filters to character browse page and trait pageQCyph1-3/+16
2011-08-23Added email confirmation to registration processYorhel1-3/+3
2011-05-17Bugfix: Don't allow duplicate trait names/aliasses within the same groupYorhel1-2/+6
2011-05-17Bugfix: dbTraitGet() filtering would not always work correctlyYorhel1-1/+1
2011-05-17Added secondary ordering on title on releases listing on VN pageYorhel1-1/+1
2011-05-03affiliates: Expose some columns and allow price without lastfetchYorhel1-4/+8
2011-04-30Replaced user ranks with a permission systemYorhel1-2/+2
2011-04-30Added "All except characters" filter to history browserYorhel1-1/+2
2011-04-29affiliates: +data column, hide hidden links, better browser, Multi fixesYorhel1-4/+19
2011-04-09affiliates: Added simple admin interface + default_prioYorhel1-0/+54
2011-04-09affiliates: Added very basic support for sponsored "buy now" linksYorhel1-1/+1
2011-04-03Order the traits groups on /i by their 'order' columnYorhel1-3/+5
2011-04-03Order the VNs listed on char browser by release dateYorhel1-1/+3
2011-04-03Bugfix: use the 'vnlists' table to calculate stats on user pageYorhel1-1/+1
2011-03-30Fixed table name clash SQL error on "hide deleted items" history browserYorhel1-12/+12