summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2015-09-07Implement discussion board search functionYorhel3-0/+18
2015-09-06SQL: Convert threads_board.type to ENUMYorhel3-1/+7
2015-08-17spritegen.pl: Add pngcrush/slow options + force png32 + atomic replaceYorhel1-6/+13
2015-08-17jsgen: Support external command for JS compression (like uglifyjs)Yorhel1-7/+30
2015-08-17js: Add L10N strings to all relevant varsYorhel1-8/+8
2015-08-15js: Let jsgen.pl preprocess L10N strings + add L10N strings to some varsYorhel1-18/+48
2015-08-15js: Wrap included files in anonymous functionYorhel1-1/+1
2015-08-10js: Move generated variables into global VARS structureYorhel1-46/+44
2015-08-10Split script.js into multiple smaller filesYorhel1-3/+13
2015-08-08Hide sexual traits by default + Add profile option to change defaultYorhel2-1/+2
2015-07-21Add profile option for the default spoiler settingYorhel2-1/+2
2015-07-21Add profile option for default visible tag categories on VN pagesYorhel2-1/+2
2015-07-21Add profile option to show or summarize tags on VN pages by defaultYorhel2-1/+6
2015-07-19Remove the MSIE browser check & warning pageYorhel1-3/+0
2015-05-13Add staff statistic to main menuYorhel2-0/+10
2015-05-13I18N: Add cleanup routine to lang.pl + remove English text from tlsYorhel1-0/+44
2015-05-13Change order of staff rolesYorhel2-1/+10
2015-05-11New language: Catalan (/Valencian)Yorhel2-1/+3
2015-05-11Three new platforms: FM Towns, PC Engine, X68000Yorhel2-1/+7
2015-05-11Generate icons.png and associated CSS automaticallyYorhel2-0/+151
2015-05-03Remove "script" role from vn<->staff linksYorhel1-0/+12
2015-01-29staff: Added 'scenario' credit typeYorhel2-1/+3
2015-01-28sql: Merge staff changes into /util/sql/ and rename staff.sql2.24Yorhel3-2/+64
2015-01-28Merge branch 'staff' into masterYorhel1-1/+1
2015-01-17staff: Fix search to ignore spaces in Japanese namesmorkt1-0/+1
2015-01-12staff: Add notifications for staff edits/deletesYorhel2-2/+12
2015-01-12staff: Remove some remnants of the staff imagesYorhel2-4/+3
2015-01-04staff: Add some link fields and guidelinesmorkt2-4/+7
2015-01-02staff: Fix deleting of staff + use JSON to pass data + minor fixesmorkt1-0/+2
2014-12-28More progress on the staff + cast DBmorkt2-9/+12
2014-12-24Further progress on the staff databasemorkt1-1/+2
2014-12-22Initial implementation of a staff/seiyuu databasemorkt3-2/+112
2014-12-02Completely drop l_vnn column from VN infoYorhel3-3/+6
2014-10-16Completely get rid of the old charedit perm flagYorhel1-0/+4
2014-10-16Hash session tokens with SHA-1 when storing in DBYorhel1-0/+6
2014-10-15Use scrypt for new password hashesYorhel1-1/+7
2014-10-15SQL: Merge users.(passwd|salt) in one column + document valuesYorhel2-1/+15
2014-10-13SQL: Use enum to represent platformsYorhel4-4/+15
2014-10-11SQL: Convert login_throttle.timeout to a timestamptzYorhel2-1/+5
2014-09-15Change normalization factor in popularity ranking calculationYorhel1-1/+1
2014-09-01Disallow ( and ) in email regexYorhel1-1/+1
2014-08-29Throttle failed login attempts (10/day)Yorhel2-0/+12
2014-08-29Sync language type util/sql/all.sql with recent updateYorhel1-1/+1
2014-08-21Add Romanian languageYorhel1-0/+3
2014-07-09Disallow comma in email pattern matchYorhel1-1/+1
2013-09-16Added 960x600 resolutionYorhel1-1/+5
2013-09-14Added Arabic and Hebrew languagesYorhel2-2/+2
2013-05-19Allow * in URL validatorYorhel1-1/+1
2013-04-17Fix form validation bug on /u*/posts + disallow space in email fieldYorhel1-1/+1
2013-01-05Screenshot uploader: Load stuff synchronously + removed processing flagYorhel2-1/+2