Matej Zrimšek
46465060d0
Added automatic sign in with token authentication, needed when signing in from different webpage. [closes SCI-689]
2016-11-30 16:56:56 +01:00
Nejc Bernot
cb03ed8384
Users can now have multiple tokens
...
A new token is generated whenever an edit or view file is called. Tokens have a TTL of one day.
Also enabled the toggling of both wopi and wopi test mode, using environmental variables.
2016-11-30 16:48:42 +01:00
Luka Murn
76ec77fce4
Merge pull request #329 from biosistemika/simplify-signup
...
Merge simplify-signup into master
2016-11-30 09:41:20 +01:00
zmagod
a2e13441e5
removes create_sample_type modal and related js actions
2016-11-30 09:02:34 +01:00
Oleksii Kriuchykhin
d8f8e01a46
Code cleanup, added new image types to whitelist [SCI-736]
2016-11-28 11:13:20 +01:00
Oleksii Kriuchykhin
cc0aab2e59
Improve regexp for image whitelisting [SCI-736]
2016-11-28 10:08:54 +01:00
Luka Murn
7658ae264a
Add uniqueness to sample_type & sample_group name
...
Closes SCI-720.
2016-11-25 16:15:05 +01:00
Oleksii Kriuchykhin
74f6455a8f
Add whitelisting of supported image types [SCI-736]
2016-11-25 16:12:43 +01:00
Mojca Lorber
51abd8907c
add switch to toggle email confirmations
2016-11-23 09:49:52 +01:00
Luka Murn
26d04b1f3c
Merge branch 'rich-text-formatting' into 'master'
...
Conflicts:
Gemfile.lock
app/assets/stylesheets/themes/scinote.scss
2016-11-17 16:39:33 +01:00
Luka Murn
9d3685f872
Merge branch 'gamification' into 'master'
...
Conflicts:
app/controllers/users/invitations_controller.rb
app/controllers/users/settings_controller.rb
2016-11-17 16:30:18 +01:00
zmagod
e5ba134e83
fixes search
2016-11-16 14:50:06 +01:00
Luka Murn
eb4d031b79
Fix destroying of users in relation to notifications
2016-11-15 15:56:32 +01:00
Luka Murn
e733da728c
Fix a bug where user could be assigned to same project twice
...
Closes SCI-675.
2016-11-15 10:44:32 +01:00
Zmago Devetak
914bd42448
Merge pull request #278 from ZmagoD/zd_search_bug_with_rich_text_editor
...
strips the html tags from fearch query
2016-11-15 10:30:29 +01:00
zmagod
3728a6cef9
fixed sql regex
2016-11-14 12:32:41 +01:00
Oleksii Kriuchykhin
ab895ae864
Show only protocols from Protocol Management in users statistics [SCI-658]
2016-11-11 12:14:57 +01:00
Mojca Lorber
3b7af3e66c
fix validation logic
2016-11-11 11:42:16 +01:00
zmagod
630724df2b
strips the html tags from fearch query
2016-11-11 11:41:23 +01:00
Luka Murn
c88f834ba9
Merge pull request #269 from Ducz0r/lm-sci-569
...
Add a refactored invite users modal that can be reused throughout application
2016-11-08 16:57:05 +01:00
zmagod
330afe80dc
fixes notification model
2016-11-08 11:46:09 +01:00
mlorb
0793fb9f11
Merge pull request #260 from mlorb/ml_sci_614
...
Add notification for removing user from team and removing user from project [SCI-614]
2016-11-08 11:30:49 +01:00
Luka Murn
0ab62576a2
Add new modal to organization page, remove old modal code
2016-11-07 09:43:10 +01:00
zmagod
3c9bd6f511
enables notification to be extended
2016-11-02 14:44:16 +01:00
Mojca Lorber
749b108928
fix hound
2016-11-02 13:32:15 +01:00
Mojca Lorber
a2213e23b3
add notification for removing user from team and removing user from project
2016-11-02 11:52:41 +01:00
Oleksii Kriuchykhin
e8d20dfc01
Added additional activities [SCI-605]
2016-11-02 10:43:36 +01:00
Oleksii Kriuchykhin
d28edfb488
Added statistics block in users profile [SCI-566]
2016-10-27 13:44:27 +02:00
zmagod
e02132578a
first run
2016-10-24 20:07:20 +02:00
Matej Zrimšek
f2cd9890dd
Replaced hardcoded infinity values with constants. Added quotation marks to Ruby string constants in JS.
2016-10-17 11:57:47 +02:00
Matej Zrimšek
a6a2a237aa
Removed unneeded ERB tags, which caused error. Minor refactoring.
2016-10-17 11:57:47 +02:00
Matej Zrimšek
5966911b92
Fixed Hound alerts.
2016-10-17 11:57:46 +02:00
Matej Zrimšek
0780bd2416
Ruby constants are now automatically available in JS. Refactoring was needed.
2016-10-17 11:57:37 +02:00
Matej Zrimšek
a3dfb59558
Added remaining constants.
2016-10-17 11:30:05 +02:00
Mojca Lorber
42f6b679f8
Adding system notifications email function in settings
2016-10-12 11:50:26 +02:00
Oleksii Kriuchykhin
90c853743c
Additional fixes to email markup and logic [SCI-443]
2016-10-11 16:43:17 +02:00
Oleksii Kriuchykhin
3f219e1bfe
Hound code style fixes [SCI-443]
2016-10-11 16:43:17 +02:00
Oleksii Kriuchykhin
5399033fce
Added user settings for email notifications [SCI-443]
2016-10-11 16:43:17 +02:00
Oleksii Kriuchykhin
8dc956010c
Initial code commit [SCI-443]
2016-10-11 16:43:17 +02:00
Jure Grabnar
1f67aec258
Prevent destroying protocols when file is edited
...
SCI-552 #close
2016-10-06 16:13:42 +02:00
Luka Murn
56d2240de5
Optimize data query in user_notification.rb
2016-10-05 16:21:13 +02:00
Oleksii Kriuchykhin
8907e54b49
Global notifications index page added [SCI-442]
2016-10-05 15:51:11 +02:00
Oleksii Kriuchykhin
8b5b0723d1
Initial code commit
2016-10-05 15:51:11 +02:00
Zmago Devetak
71ad5bf034
Merge pull request #190 from ZmagoD/zd_SCI_529
...
Prepare settings screen for notifications
2016-10-05 14:54:47 +02:00
zmagod
848beb5d4b
minor fix
2016-10-05 09:46:18 +02:00
zmagod
d7a4f85ba1
added links to notification project name and task
2016-10-05 09:40:44 +02:00
zmagod
a68e7abc57
first run notification settings
2016-10-04 15:52:48 +02:00
Luka Murn
61cb9651c7
Merge pull request #188 from biosistemika/global-notifications
...
Global notifications
2016-10-04 08:30:50 +02:00
zmagod
c9bbab1004
added html_safe to outputed message, hide notifications number when dropdown is toggled, clear all unseen notification form count when the dropdown is toggled, generate notification only to other users
2016-10-03 20:31:00 +02:00
zmagod
0d23f05698
Merge branch 'global-notifications' of https://github.com/biosistemika/scinote-web into zd_SCI_440
2016-10-03 16:14:22 +02:00