Commit Graph

  • 2d00ed802d 添加initinstall命令 zema1 2017-11-07 19:04:41 +08:00
  • c16543c830 修复test_case排序问题 zema1 2017-11-06 21:45:52 +08:00
  • 37d6dd84ee 修复contest announcement的一些问题 zema1 2017-11-06 19:05:21 +08:00
  • cec27407e1 修复cpp引用bits/stdc++时的编译问题, 支持公开比赛题目 zema1 2017-11-02 21:37:47 +08:00
  • 70f52b6f27 用户名不区分大小写; 修复更新problem时的一些问题 zema1 2017-11-02 15:29:08 +08:00
  • b86ebf0ed7 题目AC后不计入AC计数器; 支持图片上传 zema1 2017-11-01 22:25:14 +08:00
  • 225d68b413 tiny work zema1 2017-11-01 18:35:27 +08:00
  • 91d17bd3e8 add postgresql to travis CI zema1 2017-10-31 21:08:06 +08:00
  • 8e026d7711 合并部分migrations zema1 2017-10-31 20:47:47 +08:00
  • aa4240790b fix many bugs zema1 2017-10-31 16:33:25 +08:00
  • f0655ee305 全局的announcement api zema1 2017-10-30 15:07:52 +08:00
  • 728373a5ff 完善contest权限控制 zema1 2017-10-27 18:36:29 +08:00
  • b694000ab9 update dockerfile and settings zema1 2017-10-24 21:14:29 +08:00
  • e8841eae82 add dockerfiles zema1 2017-10-23 20:59:44 +08:00
  • 1b0952cd0d update settings zema1 2017-10-23 10:47:26 +08:00
  • 5d03ec5aab add pick one api zema1 2017-10-21 20:39:39 +08:00
  • c1d099ed45 Merge branch 'opt' zema1 2017-10-21 10:51:59 +08:00
  • d8bf33a12d fix tests zema1 2017-10-21 10:51:35 +08:00
  • f5566148bc 完善OI细则 zema1 2017-10-16 09:45:29 +08:00
  • 2c5a1e42bf support share submission zema1 2017-10-15 18:36:55 +08:00
  • 080ecf1bcf migrate to postgres json field zema1 2017-10-11 21:43:29 +08:00
  • 93bd77d8d8 bug fixes virusdefender 2017-10-06 17:46:14 +08:00
  • a324d55364 tiny work virusdefender 2017-10-02 05:16:14 +08:00
  • edb32eaf7b tiny work virusdefender 2017-10-02 04:33:43 +08:00
  • 9990cf647a 使用 SysOptions virusdefender 2017-10-02 03:54:34 +08:00
  • d650252a1a separate contest submission and regular submission zema1 2017-09-30 10:26:54 +08:00
  • 2a91fd5e9f fix bugs due to problem id zema1 2017-09-29 21:58:20 +08:00
  • 51c229a2c5 merge problem and contest_problem zema1 2017-09-24 09:48:17 +08:00
  • e9c7344815 adjust account fields, cache the website_config zema1 2017-09-22 16:41:29 +08:00
  • 034ad59f2e support avatar upload; use middleware to operate session data. zema1 2017-09-19 19:10:50 +08:00
  • 1ee0596a3a add session management api; add more unit tests for account module zema1 2017-09-16 10:38:49 +08:00
  • a3ca8b2336 Use signals to save ip, user_agent, last_login in sessions zema1 2017-09-13 22:37:57 +08:00
  • f55a242ec0 Move real_name to UserProfile; Delete student_id field; Mark the problems that have submission; Alter dispatcher to adapt the changes. zema1 2017-09-12 11:45:17 +08:00
  • 1e4ede6d1a 大幅优化数据库查询, 升级django至1.11 LTS, 升级python至3.6.2 zema1 2017-08-29 19:26:38 +08:00
  • 539b45148b 移除user time_zone, 统一使用submission_number和accepted_number字段 zema1 2017-08-26 08:41:29 +08:00
  • 57ab7435af 移除time_zone,修复problem越权 zemal 2017-08-23 17:01:55 +08:00
  • 99fd87dbcf 换回之前的capacha代码 zemal 2017-08-20 20:41:48 +08:00
  • 07643e2639 ranklist相关的改动 zemal 2017-08-20 20:32:07 +08:00
  • 3b1f02c356 整理代码 zemal 2017-08-20 08:35:59 +08:00
  • 0647312124 add username or email check api zemal 2017-08-19 17:25:39 +08:00
  • d1767e775d 完善captchaapi zemal 2017-08-19 06:10:48 +08:00
  • 57b75fd511 修复problem统计错误 zemal 2017-08-16 15:33:27 +08:00
  • 1587192ff9 add problem_statistic_info zemal 2017-08-15 21:05:41 +08:00
  • df185a233f fix flake8 prompt migrations errors zemal 2017-08-15 20:45:49 +08:00
  • 0e96b7c2a8 更换cache使用方式 zemal 2017-08-15 20:32:14 +08:00
  • 7d11a596e5 修正contest_submission逻辑 zemal 2017-08-15 20:02:36 +08:00
  • 14b850c652 完成ACM ContestProblem相关判题逻辑 contest,submission等表默认-create_time排序 zemal 2017-08-01 16:52:48 +08:00
  • 17432b4c81 添加contest access api zemal 2017-07-20 15:52:11 +08:00
  • 8b85f86124 reformat code. zemal 2017-07-18 11:25:08 +08:00
  • ee49d0a815 添加contest权限验证、contest密码验证api 添加problem、contest单元测试。 zemal 2017-07-18 11:18:18 +08:00
  • 53d0cae8ea contest and contest_problems api. add ordering for contest and submission models zemal 2017-07-17 21:28:06 +08:00
  • ee2f5f5dd7 去掉dataTime的格式化,因为格式化后moment.js不能识别为标准时间 zemal 2017-07-15 23:18:07 +08:00
  • 8a60ea52bb 修改submissions成分页 zemal 2017-07-06 21:08:34 +08:00
  • e0369e6865 修复OI模式下测试点全部错误结果也是部分错误 zemal 2017-07-06 16:09:38 +08:00
  • 35f6c9c4a7 添加submission_list 和 submission details API zemal 2017-07-05 21:09:14 +08:00
  • 62274224a9 problem改用_id作为搜索用主键;submission更加statistic_info字段 zemal 2017-07-04 20:59:25 +08:00
  • 91eb7b5bb6 fix ci zemal 2017-07-04 18:03:45 +08:00
  • 12ee85ef8f 修改submission api zemal 2017-07-04 17:32:50 +08:00
  • b931724c9b 修改用户信息api zemal 2017-07-04 10:26:02 +08:00
  • 78a8999b44 Add contestAPI. zemal 2017-06-22 14:10:32 +08:00
  • 55f5601eb0 支持spj_judge; AC时间修正为多个测试点运行时间中最长的那个 zemal 2017-06-20 20:35:00 +08:00
  • 099b48497b 添加submission status api zemal 2017-05-15 16:42:15 +08:00
  • ce7161552f Merge branch 'zemal_dev' into chiaki_dev zemal 2017-05-15 13:13:58 +08:00
  • bc6d80d745 Daily commit Chiaki 2017-05-15 13:09:54 +08:00
  • 4943f3b39e Test redis in travis-ci zemal 2017-05-10 19:40:26 +08:00
  • 219facf185 Fix CI. zemal 2017-05-10 17:46:59 +08:00
  • 08bd591bfb 修正dispatcher,使用redis存任务队列,修正submission的post,修改部分settings zemal 2017-05-10 17:20:52 +08:00
  • 4733eecef9 Add migrations files zemal 2017-05-09 14:47:54 +08:00
  • b05f864106 Merge branch 'chiaki_dev' into zemal_dev zemal 2017-05-09 14:41:26 +08:00
  • 5de3adf0ef JudgeDispatcher beta. zemal 2017-05-08 20:37:54 +08:00
  • 4dd52f6727 fix ci Chiaki 2017-05-08 17:31:16 +08:00
  • 65f9c7f52b Add submission module Chiaki 2017-05-08 17:29:01 +08:00
  • 25dd57bb49 Merge branch 'chiaki_dev' of github.com:QingdaoU/OnlineJudge into chiaki_dev Chiaki 2017-05-01 16:07:23 +08:00
  • ce5c153662 Fix ci Chiaki 2017-05-01 16:06:45 +08:00
  • 191f06ec27 Merge pull request #79 from QingdaoU/zemal_dev 稗田千秋 2017-05-01 15:57:48 +08:00
  • 570c63100a Alter IntergerField to BigIntergerField. zemal 2017-05-01 15:52:17 +08:00
  • d11f8f9bff Fix python3 qrcode and some bugs Chiaki 2017-05-01 15:20:13 +08:00
  • feddec8a3f fix ci again. zemal 2017-05-01 13:39:18 +08:00
  • 7a43982b74 fix ci zemal 2017-05-01 13:30:47 +08:00
  • a96a23da2d Fix tests. zemal 2017-05-01 13:20:26 +08:00
  • d221619565 Add problem_list api. Fix AC/Total count bug. zemal 2017-05-01 13:03:48 +08:00
  • 043f8c8b26 Change account interface Chiaki 2017-04-30 21:58:34 +08:00
  • 583954c61b Merge branch '2.0' of github.com:QingdaoU/OnlineJudge into 2.0 virusdefender 2017-04-26 23:41:16 +08:00
  • 46839afa8e fix captcha py3 compatible virusdefender 2017-04-26 23:40:06 +08:00
  • ef9cdd9f75 remove i18n virusdefender 2017-04-19 02:03:48 +08:00
  • 8128e076f2 format code virusdefender 2017-04-19 01:37:10 +08:00
  • c41a739e1f Merge pull request #76 from QingdaoU/chiaki_dev 稗田千秋 2017-04-19 00:47:17 +08:00
  • 3caf2d9d2c Allow multiple ways to access url and fix ci Chiaki 2017-04-18 15:39:49 +08:00
  • 1fcd13b5e1 Add avatar upload api Chiaki 2017-04-18 15:35:08 +08:00
  • ee05af8e5a Add sso and 2fa api Chiaki 2017-04-18 15:19:26 +08:00
  • 1a4cb9332e Fix deploy requirements.txt Chiaki 2017-04-18 14:42:28 +08:00
  • 2c4518e803 Fix deploy requirements.txt Chiaki 2017-04-18 14:40:36 +08:00
  • c6f49c1fe7 Add mail module and fix reset password api Chiaki 2017-04-18 14:34:23 +08:00
  • a9b25b872a for pass ci... Chiaki 2017-04-18 12:05:07 +08:00
  • e3692c2329 Add reset password api Chiaki 2017-04-18 11:57:57 +08:00
  • fd1685c26d add slack ci result push 李扬 2017-04-16 13:08:11 +08:00
  • 8a68ad7ac9 add account view for preview Chiaki 2017-04-16 10:15:26 +08:00
  • df8781b9b3 Add requirements.txt Chiaki 2017-04-15 14:22:37 +08:00
  • 97a9433420 Merge pull request #68 from zhanghedr/2.0-dev 李扬 2017-02-27 16:45:23 +08:00
  • 4256f088cb fix flake8 zhanghedr 2017-02-26 23:54:25 -05:00