Mojca Lorber
|
607f1381d0
|
fix mobile view
|
2016-11-15 10:58:15 +01:00 |
|
Mojca Lorber
|
7002fc3f2f
|
fix hound
|
2016-11-14 15:10:37 +01:00 |
|
Mojca Lorber
|
615cd3c278
|
profile changes for gamification
|
2016-11-14 15:04:18 +01:00 |
|
Luka Murn
|
0e065026bd
|
Closes SCI-648
|
2016-11-10 16:18:17 +01:00 |
|
Luka Murn
|
564274a588
|
Set invited_by field to invited users
|
2016-11-10 14:45:24 +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 |
|
Luka Murn
|
b246853117
|
Code styling (use link_to, %w)
|
2016-11-08 16:43:25 +01:00 |
|
Zmago Devetak
|
82a12f0fce
|
Merge pull request #262 from ZmagoD/zd_add_notification_types_to_constants
Enables notifications to be extended
|
2016-11-08 13:08:15 +01:00 |
|
zmagod
|
330afe80dc
|
fixes notification model
|
2016-11-08 11:46:09 +01:00 |
|
Luka Murn
|
9438ba7e10
|
Fix a bug
|
2016-11-08 09:00:00 +01:00 |
|
Luka Murn
|
9260ed31f3
|
Add Deface hooks to main navbar
|
2016-11-07 16:57:18 +01:00 |
|
Luka Murn
|
ce7733e9e9
|
Also add notification when UserOrganization is created
|
2016-11-07 09:47:30 +01:00 |
|
Luka Murn
|
0ab62576a2
|
Add new modal to organization page, remove old modal code
|
2016-11-07 09:43:10 +01:00 |
|
Luka Murn
|
a188984ede
|
Allow strings of modal to be replaced
|
2016-11-07 09:43:10 +01:00 |
|
Luka Murn
|
6fe0d6b3df
|
A working invite modal!
|
2016-11-07 09:43:10 +01:00 |
|
Luka Murn
|
ccf8932611
|
Add first version of invite users modal
|
2016-11-07 09:43:09 +01:00 |
|
Matej Zrimšek
|
0fe5822825
|
Added profile statistics data hook.
|
2016-11-03 17:50:32 +01:00 |
|
Mojca Lorber
|
a234c4c9d9
|
fix merge conflict problem with avatar on profile page
|
2016-11-03 15:23:09 +01:00 |
|
zmagod
|
1d6b93829c
|
added hooks in notifications preview
|
2016-11-03 14:48:01 +01:00 |
|
zmagod
|
3c9bd6f511
|
enables notification to be extended
|
2016-11-02 14:44:16 +01:00 |
|
Mojca Lorber
|
44b51d087a
|
merging
|
2016-11-02 14:06:20 +01:00 |
|
Zmago Devetak
|
6e022699eb
|
Merge pull request #256 from ZmagoD/add_getting_started_flash_hook
Added getting started hoot to layout/application.html
|
2016-10-28 16:19:20 +02:00 |
|
zmagod
|
01b27e9e6d
|
added getting started hoot to layout/application.html
|
2016-10-28 10:36:15 +02:00 |
|
Mojca Lorber
|
91ec201fd0
|
make image clickable
|
2016-10-27 16:18:31 +02:00 |
|
Oleksii Kriuchykhin
|
d28edfb488
|
Added statistics block in users profile [SCI-566]
|
2016-10-27 13:44:27 +02:00 |
|
Mojca Lorber
|
888aa31aed
|
fix hound
|
2016-10-27 11:18:11 +02:00 |
|
Mojca Lorber
|
5719d4c61f
|
show edit avatar on mouse hover, add background and center image
|
2016-10-27 11:09:30 +02:00 |
|
Mojca Lorber
|
8309df0aaf
|
fix hound
|
2016-10-26 13:51:05 +02:00 |
|
Mojca Lorber
|
878952f072
|
change edit avatar in profile
|
2016-10-26 13:41:17 +02:00 |
|
Luka Murn
|
b4685b0a40
|
Remove console.log()
|
2016-10-25 18:13:29 +02:00 |
|
Luka Murn
|
cd360d7279
|
Fix the save report alert() bug
Closes SCI-616
|
2016-10-25 18:12:29 +02:00 |
|
Luka Murn
|
eec6b1403d
|
Merge pull request #247 from Ducz0r/lm-hotfix-blank-current-org
Add check in application controller to always set current org if nil
|
2016-10-25 11:53:05 +02:00 |
|
Zmago Devetak
|
266d1415d0
|
Merge pull request #246 from ZmagoD/zd_SCI_599
fixes error when removing user from team [SCI-599]
|
2016-10-25 11:52:44 +02:00 |
|
Luka Murn
|
7885fd0f39
|
Add check in application controller to always set current org if nil
|
2016-10-25 11:39:57 +02:00 |
|
zmagod
|
6a328969f0
|
reset current_user if the user leaves the team [fixes SCI-599]
|
2016-10-25 09:53:02 +02:00 |
|
zmagod
|
24b81c96f6
|
sets current_organization_id if no current_organization is available for current_user, hides separator if only one team present [fixes SCI-608]
|
2016-10-24 21:20:41 +02:00 |
|
zmagod
|
e02132578a
|
first run
|
2016-10-24 20:07:20 +02:00 |
|
Luka Murn
|
b13fd22408
|
Add back the release notes URL to navbar
Closes SCI-604
|
2016-10-24 16:59:32 +02:00 |
|
Zmago Devetak
|
12c77df883
|
Merge pull request #237 from ZmagoD/zd_SCI_593_v2
Styled global team switch and search [fixes SCI-593]
|
2016-10-21 16:28:50 +02:00 |
|
zmagod
|
9a4603dd7d
|
removed unneeded css
|
2016-10-21 16:27:53 +02:00 |
|
Luka Murn
|
388e092bbf
|
Merge pull request #238 from Ducz0r/lm-sci-596-fix
SCI-596 fix
|
2016-10-21 11:59:01 +02:00 |
|
zmagod
|
49d3879642
|
fixes padding on mobile, added separator on team switch dropdown, focus search input
|
2016-10-21 11:46:59 +02:00 |
|
Zmago Devetak
|
4f5b7ad8ad
|
Merge pull request #228 from ZmagoD/zd_SCI_585
Removes archived projects from index page [fixes SCI-585]
|
2016-10-21 11:33:01 +02:00 |
|
Luka Murn
|
7b825a217f
|
Closes SCI-596
|
2016-10-21 11:08:47 +02:00 |
|
Zmago Devetak
|
af0e9b99b6
|
Merge pull request #233 from ZmagoD/zd_SCI_591
Move tooltip to the right [fixes SCI-591]
|
2016-10-21 10:38:25 +02:00 |
|
okriuchykhin
|
f876ade05e
|
Merge pull request #236 from okriuchykhin/ok_SCI_557
Fixes issue with new comments and date separator SCI-557
|
2016-10-21 10:29:46 +02:00 |
|
Oleksii Kriuchykhin
|
5be7904f5a
|
Fix hound warnings [SCI-557]
|
2016-10-21 09:37:24 +02:00 |
|
zmagod
|
c642e208dd
|
styled global team switch and search [fixes SCI-593]
|
2016-10-21 09:33:18 +02:00 |
|
zmagod
|
db806f3c10
|
hide private projects
|
2016-10-21 09:06:19 +02:00 |
|
Zmago Devetak
|
f615b3da41
|
Merge pull request #230 from ZmagoD/zd_SCI_586
Adds new team button to team switch dropdown [fixes SCI-586]
|
2016-10-21 08:29:05 +02:00 |
|