lila/app/controllers
Thibault Duplessis dc27f532b4 provide sessionId in app JSON, and accept it as header or param 2018-07-05 13:25:20 +02:00
..
Account.scala tweak api param 2018-05-21 14:18:10 +02:00
Analyse.scala implement literate PGN export 2018-05-09 19:16:47 +02:00
Api.scala we should have HTTP 1.1 everywhere now 2018-05-09 04:39:07 +02:00
Auth.scala provide sessionId in app JSON, and accept it as header or param 2018-07-05 13:25:20 +02:00
Blog.scala page hit monitoring 2018-03-28 16:52:27 +02:00
Bookmark.scala reformat ALL the code, using sbt-scalariform 2017-02-14 16:34:07 +01:00
Bot.scala we should have HTTP 1.1 everywhere now 2018-05-09 04:39:07 +02:00
Challenge.scala no longer mix cookies and oauth on any endpoint 2018-04-27 01:58:29 +02:00
Coach.scala page hit monitoring 2018-03-28 16:52:27 +02:00
Coordinate.scala reformat ALL the code, using sbt-scalariform 2017-02-14 16:34:07 +01:00
Dasher.scala streamer list WIP 2017-12-30 00:05:58 -05:00
Dev.scala CSP enabled live setting 2018-05-11 02:41:54 +02:00
Editor.scala Revert "Revert "Merge pull request #4420 from isaacl/stringOpts"" 2018-06-28 00:06:25 -04:00
Event.scala reformat ALL the code, using sbt-scalariform 2017-02-14 16:34:07 +01:00
Export.scala we should have HTTP 1.1 everywhere now 2018-05-09 04:39:07 +02:00
Fishnet.scala Revert "Merge branch 'scala-2.12-play-2.6' of github.com:ornicar/lila" 2017-09-09 10:01:35 -05:00
ForumCateg.scala monitor /porum page hits 2018-04-14 16:13:14 +02:00
ForumController.scala use async team caches whenever possible 2017-01-25 11:41:08 +01:00
ForumPost.scala no longer reload forum posts on homepage 2018-05-11 22:34:31 +02:00
ForumTopic.scala Sticky forum posts 2017-07-07 16:27:13 +02:00
Game.scala implement literate PGN export 2018-05-09 19:16:47 +02:00
I18n.scala remove unused imports with scalafix 2017-10-21 15:01:50 -05:00
Importer.scala implement study explorer quotes 2017-09-19 08:29:43 -05:00
Insight.scala Revert "Merge branch 'scala-2.12-play-2.6' of github.com:ornicar/lila" 2017-09-09 10:01:35 -05:00
Irwin.scala we should have HTTP 1.1 everywhere now 2018-05-09 04:39:07 +02:00
Learn.scala /learn page hit 2018-03-28 16:52:27 +02:00
LilaController.scala fix ipban login 2018-05-12 08:48:53 -05:00
LilaSocket.scala Reland #3670 again, i.e. refactorImplicits 2017-10-13 22:56:17 -04:00
Lobby.scala more work on streamers directory 2018-01-01 17:13:13 -05:00
Main.scala update robots.txt 2018-04-22 00:26:05 +02:00
Message.scala use preset future booleans 2018-03-16 18:20:53 -05:00
Mod.scala allow mods to disable 2fa 2018-05-06 12:03:28 +02:00
Notify.scala also fix XHR redirect on /notify 2017-03-24 12:06:54 +01:00
OAuthApp.scala redirect to oauth app after creation 2018-04-08 04:03:53 +02:00
OAuthToken.scala disable bot:play oauth token when games were played 2018-04-16 15:36:31 +02:00
Page.scala on controller is enough for all static pages 2018-04-14 22:08:18 +02:00
Plan.scala page hit monitoring 2018-03-28 16:52:27 +02:00
Practice.scala page hit monitoring 2018-03-28 16:52:27 +02:00
Pref.scala no longer mix cookies and oauth on any endpoint 2018-04-27 01:58:29 +02:00
Prismic.scala Revert "Merge branch 'scala-2.12-play-2.6' of github.com:ornicar/lila" 2017-09-09 10:01:35 -05:00
Puzzle.scala batch select puzzles after given ID 2018-06-04 16:57:04 +02:00
QaAnswer.scala lock Q&A questions 2018-01-05 10:24:54 -05:00
QaComment.scala remove dead code and unused imports 2017-01-15 13:26:08 +01:00
QaControllers.scala reformat ALL the code, using sbt-scalariform 2017-02-14 16:34:07 +01:00
QaQuestion.scala page hit monitoring 2018-03-28 16:52:27 +02:00
Relation.scala pagination MaxPerPage type safety 2017-12-29 10:05:11 -05:00
Relay.scala page hit monitoring 2018-03-28 16:52:27 +02:00
Report.scala improve mod async 2018-03-16 18:18:09 -05:00
RequestGetter.scala fix tourney creation form for web/mobile/oauth 2018-05-11 00:36:39 +02:00
ResponseWriter.scala remove dead code and unused imports 2017-01-15 13:26:08 +01:00
Round.scala refactor shit like there's a tomorrow 2018-05-07 00:40:17 +02:00
Search.scala Revert "Revert "remove /games/export/search"" 2018-04-11 01:42:42 +02:00
Setup.scala return proper challenge error in mobile API 2018-05-10 18:05:29 +02:00
Simul.scala restrict what a bot account can do 2018-04-18 01:15:58 +02:00
Stat.scala no correspondence rating distribution stats 2018-01-13 09:52:58 -05:00
Streamer.scala show streamer notes - closes #4257 2018-05-06 04:43:40 +02:00
Study.scala Add study chat data to mobile api 2018-05-09 09:49:44 +02:00
Team.scala we should have HTTP 1.1 everywhere now 2018-05-09 04:39:07 +02:00
TheftPrevention.scala code tweak 2018-04-06 04:57:55 +02:00
Timeline.scala reformat (scalariform upgrade) 2017-08-23 18:56:39 -05:00
Tournament.scala implement user tournament custom start date - closes #4353 2018-05-11 18:47:45 -05:00
TournamentCrud.scala reformat ALL the code, using sbt-scalariform 2017-02-14 16:34:07 +01:00
Tv.scala we should have HTTP 1.1 everywhere now 2018-05-09 04:39:07 +02:00
User.scala can't reopen erased account 2018-05-04 02:38:52 +02:00
UserAnalysis.scala Revert "Revert "Merge pull request #4420 from isaacl/stringOpts"" 2018-06-28 00:06:25 -04:00
UserTournament.scala remove dead code and unused imports 2017-01-15 13:26:08 +01:00
Video.scala page hit monitoring 2018-03-28 16:52:27 +02:00