Семенова Мария
|
030e1a3afb
|
Merge branch 'dev' into 18-paper-timeline
# Conflicts:
# src/main/java/ru/ulstu/paper/model/Paper.java
# src/main/resources/db/changelog-master.xml
|
2019-03-28 18:32:44 +04:00 |
|
Семенова Мария
|
2f0c461524
|
#18 add paper events
|
2019-03-28 12:40:10 +04:00 |
|
Семенова Мария
|
c228f5aee0
|
Merge branch 'dev' into 33-paper-url
# Conflicts:
# src/main/java/ru/ulstu/paper/model/Paper.java
# src/main/java/ru/ulstu/paper/service/PaperService.java
# src/main/resources/db/changelog-master.xml
|
2019-03-23 12:04:51 +04:00 |
|
Anton Romanov
|
482e74e10e
|
#13 reduce of code
|
2019-03-22 13:58:03 +04:00 |
|
Семенова Мария
|
a0b65f341b
|
#13 streams refactoring
|
2019-03-22 13:21:32 +04:00 |
|
Семенова Мария
|
5da9de1bab
|
#13 rename 'deleted', move creating fileDto to service
|
2019-03-22 09:32:21 +04:00 |
|
Семенова Мария
|
c702e2abb4
|
#13 fileDataDto instead of Object[]
|
2019-03-21 18:26:28 +04:00 |
|
Семенова Мария
|
e6bf603edc
|
#33 url in paper
|
2019-03-18 23:31:33 +04:00 |
|
Семенова Мария
|
cb394edf90
|
#13 file list on paper page
|
2019-03-18 16:02:55 +04:00 |
|
Семенова Мария
|
0764d961fa
|
#13 add fileDataDto
|
2019-03-18 13:00:34 +04:00 |
|
Семенова Мария
|
7b601c744f
|
#13 change model, schema
|
2019-03-18 11:07:30 +04:00 |
|
Anton Romanov
|
c00390a17b
|
filter dashboard papers
|
2019-01-17 01:01:26 +04:00 |
|
Anton Romanov
|
779bc3eafc
|
fix failed conditions
|
2019-01-17 00:57:34 +04:00 |
|
Anton Romanov
|
ffb3c65118
|
fix notifications
|
2019-01-05 08:01:07 +04:00 |
|
Anton Romanov
|
eab71c1210
|
fix notifications
|
2019-01-04 17:41:48 +04:00 |
|
Anton Romanov
|
469a3ad07d
|
fix display paper title
|
2018-12-21 00:07:26 +04:00 |
|
Anton Romanov
|
fbaaac3a91
|
sort filtered papers
|
2018-12-18 23:02:48 +04:00 |
|
Anton Romanov
|
468f440d9d
|
fix filer
|
2018-12-18 22:15:21 +04:00 |
|
Anton Romanov
|
dc5abe1508
|
show authors
|
2018-12-18 19:23:15 +04:00 |
|
Anton Romanov
|
ac569ed9a9
|
Merge branch 'master' into 46-mvc
# Conflicts:
# src/main/java/ru/ulstu/paper/controller/PaperController.java
# src/main/java/ru/ulstu/paper/model/Paper.java
# src/main/java/ru/ulstu/paper/model/PaperDto.java
# src/main/resources/public/js/papers.js
# src/main/resources/templates/papers/paper.html
# src/main/resources/templates/papers/papers.html
|
2018-12-14 16:00:33 +04:00 |
|
Anton Romanov
|
932cb71e71
|
Merge branch '36-' into 'master'
Resolve "Создать модель грантов"
Closes #36
See merge request romanov73/ng-tracker!21
|
2018-12-11 11:14:21 +00:00 |
|
Anton Romanov
|
d71a8d2c83
|
move classes, add deadline to entities, fix db changelogs
|
2018-12-11 15:08:35 +04:00 |
|
Anton Romanov
|
35a08ab451
|
save authors
|
2018-12-05 18:08:47 +04:00 |
|
Anton Romanov
|
54bf5735e5
|
fix create paper
|
2018-12-05 16:51:26 +04:00 |
|
Anton Romanov
|
3d4a7b09f3
|
show status
|
2018-12-04 14:48:39 +04:00 |
|
Anton Romanov
|
dfe44ab842
|
add validation
|
2018-12-04 14:13:01 +04:00 |
|
Anton Romanov
|
f376fedc64
|
load paper
|
2018-11-26 23:07:14 +04:00 |
|
Elena
|
8fc6d3b569
|
задача 10(new)
|
2018-11-23 14:05:23 +04:00 |
|
Anton Romanov
|
29586c9313
|
close failed papers
|
2018-11-21 15:40:20 +04:00 |
|
Anton Romanov
|
6314ca6ec5
|
notify if paper deadline in future
|
2018-11-21 12:46:27 +04:00 |
|
Anton Romanov
|
2a76acc7ad
|
filter papers
|
2018-11-13 15:41:18 +04:00 |
|
Anton Romanov
|
9380b74f67
|
move class
|
2018-11-11 12:43:27 +04:00 |
|
Anton Romanov
|
67881262be
|
add notification templates
|
2018-11-09 10:04:50 +04:00 |
|
Anton Romanov
|
2bf84dc286
|
move to notification service
|
2018-11-09 09:16:24 +04:00 |
|
Anton Romanov
|
34d7927d30
|
fix scheduler code to use service
|
2018-11-09 08:39:00 +04:00 |
|
Anton Romanov
|
bd78be93ab
|
add paper create strategy
|
2018-11-08 19:36:50 +04:00 |
|
Anton Romanov
|
5766bdadbc
|
Merge branch '11-Message-about-deadlines' into 'master'
Resolve "Реализовать уведомления о дедлайне статьи"
Closes #11
See merge request romanov73/ng-tracker!12
|
2018-10-27 21:00:43 +00:00 |
|
Alyona
|
5af8cb1bd3
|
fix
|
2018-10-28 00:33:00 +04:00 |
|
Alyona
|
b3f8b334ef
|
fix
|
2018-10-28 00:26:09 +04:00 |
|
Alyona
|
d1e6e80f87
|
fix
|
2018-10-28 00:17:16 +04:00 |
|
Alyona
|
450cb92d01
|
fix
|
2018-10-28 00:15:42 +04:00 |
|
Alyona
|
d0f40da30e
|
fix
|
2018-10-27 23:50:12 +04:00 |
|
Alyona
|
92f86e70c9
|
fix
|
2018-10-27 23:46:49 +04:00 |
|
Anton Romanov
|
afd854e0cb
|
- make scheduler as a service
- reformat code
- fix cyrillic letter
|
2018-10-27 23:25:27 +04:00 |
|
Alyona
|
7f54394b44
|
class for send messages about update paper
|
2018-10-27 23:11:07 +04:00 |
|
Alyona
|
61c19e5b87
|
add deadlineSсheduler
|
2018-10-27 22:32:51 +04:00 |
|
Anton Romanov
|
e163529d66
|
load paper statuses
|
2018-10-11 10:03:44 +04:00 |
|
Anton Romanov
|
e9d81fef48
|
sort papers
|
2018-09-05 14:50:49 +04:00 |
|
Anton Romanov
|
b140a61a9b
|
fix papers crud
|
2018-05-05 10:57:02 +04:00 |
|
Anton Romanov
|
7d286c0d76
|
fix paper controller
|
2018-05-05 00:39:18 +04:00 |
|