Daniel Meltzer
cd9cca9c6b
Modify Helper::categoryList() to take a category type parameter.
...
This allows for centralizing the category fetching code more and fixes
an error in asset model viewing (#2118 ). Also add a few translated
strings and standardize on a base of 'Select a *' for the default value
in our lists.
2016-06-05 09:47:44 -05:00
snipe
9f6eb02afc
Don't purge users where show_in_list = 1
...
This is necessary so hosted customers can't hard-delete my account :-/
2016-06-03 12:13:59 -07:00
snipe
f8ac9a3f77
Fixes #2110
2016-06-03 11:48:20 -07:00
snipe
b28d966645
Merge branch 'v3' of github.com:snipe/snipe-it into v3
2016-06-02 21:16:48 -07:00
snipe
030b525535
Small readme changes
2016-06-02 21:16:43 -07:00
Brady Wetherington
093bcdfe4f
Fix to Dockerfile build; backup path must've changed.
2016-06-02 21:10:50 -07:00
Brady Wetherington
5e0cc241a0
Forgot to add the new docker.env file
2016-06-02 20:35:05 -07:00
snipe
7d5c7991f4
Create backups directory
2016-06-02 19:45:59 -07:00
snipe
9ced24b127
Bumped version for RC-3 release
2016-06-02 19:06:54 -07:00
snipe
fd32f6d4d5
New language strings
2016-06-02 19:01:09 -07:00
snipe
c5d96812f3
Fixed erronerously removed save methods
2016-06-02 17:22:23 -07:00
snipe
6de6052185
Hardcoded page number to prevent error
2016-06-02 17:17:50 -07:00
snipe
402c955f1c
Fixed title
2016-06-02 17:17:42 -07:00
snipe
2f8cbe4ac2
Better default mysqldump path
2016-06-02 17:17:33 -07:00
snipe
95f94c1cfb
Fixed error when user has no permissions values
2016-06-02 17:16:22 -07:00
snipe
485fb26393
Fixes #1985 - disallow checkin/checkout if the asset is not in a deployable status
2016-06-02 14:04:54 -07:00
snipe
9551c07528
Fixes #2087 - bad route to maintenance edit
2016-06-02 11:18:17 -07:00
snipe
2d5a0deb31
Eager loading for requestable assets account page
2016-06-02 02:57:22 -07:00
snipe
7d2ea36997
Use permission gates on routes
2016-06-02 02:50:00 -07:00
snipe
97691726f0
Updates to permissions decoding
2016-06-02 02:49:32 -07:00
snipe
dce549cc5c
Updated debugbar prefs
2016-06-02 02:49:17 -07:00
snipe
049e13e365
Switch to gate for permission check
2016-06-02 02:48:52 -07:00
snipe
dddb0f7267
Fixed group error message
2016-06-02 02:46:49 -07:00
snipe
5de6b8e016
Added gates to authservice provider for finer tuned permissions
2016-06-02 02:40:49 -07:00
snipe
a3e9b3df86
Updated error page title
2016-06-02 02:39:44 -07:00
snipe
89e656e709
Switched to can/cannot for blade
2016-06-02 02:39:36 -07:00
snipe
5f5fddb7a4
Updated permissions array
2016-06-02 02:39:23 -07:00
snipe
46d3a784a2
Fixes groups for cloning users
2016-06-02 00:41:10 -07:00
snipe
4998b5ab1b
Fixes #2080
2016-06-02 00:15:38 -07:00
snipe
368bb77cf0
Merge pull request #2102 from dmeltzer/layout-fixes
...
Improve navbar/header layout
2016-06-01 21:25:40 -07:00
Daniel Meltzer
37b416d5c7
Fix my git terrribleness.
2016-06-01 23:00:29 -05:00
Daniel Meltzer
c7e695d3fe
Revert "Move the breadcrumb thingy back inside the header. Remove it from a list item because it wasn't part of a list"
...
This reverts commit 9c77de6473
.
2016-06-01 22:55:37 -05:00
Daniel Meltzer
a152b0ae54
Center the logo text on small screens. It's looking more reasonable by the week...
2016-06-01 22:52:25 -05:00
Daniel Meltzer
9c77de6473
Move the breadcrumb thingy back inside the header. Remove it from a list item because it wasn't part of a list
2016-06-01 22:41:11 -05:00
Daniel Meltzer
71ca17649c
Improvements?
2016-06-01 22:30:12 -05:00
Daniel Meltzer
41f3d5ccbc
Add new css file
2016-06-01 21:42:48 -05:00
Daniel Meltzer
e32d5490d3
Add updated gulp css for testing. Probably revert before merge.
2016-06-01 21:39:49 -05:00
Daniel Meltzer
d85d3b14f7
More layout fixes for small devices.
2016-06-01 21:37:03 -05:00
snipe
1daa6abf48
Merge pull request #2101 from dmeltzer/importer-again
...
Case insensitive string comparison for items when importing
2016-06-01 18:13:02 -07:00
Daniel Meltzer
5d206f2c20
Fix navbar spacing on screen and mobile. Move the items on the left of the navbar to their own list. Style fixes. Move breadcrumb to outside navbar because it was breaking things and I think it looks better
2016-06-01 20:10:19 -05:00
Daniel Meltzer
2ff1ee4d33
Fix some indentaiton and a missing tag, no functionality changes here.
2016-06-01 20:10:19 -05:00
snipe
04610e7864
Just use model validation for new user
2016-06-01 18:04:11 -07:00
Daniel Meltzer
da01591ab8
Case insensitive string comparison for items when comparing with existing items. Fixes some false errors. Also remove stray characters from manufacturer logging.
2016-06-01 19:31:24 -05:00
snipe
cffa76e627
Find first record, instead of hardcoded id 1
2016-06-01 15:50:50 -07:00
snipe
9c4cd9c3ce
Save email/username format in settings controller
2016-06-01 15:45:26 -07:00
snipe
eacf70ee3f
Updated validation
2016-06-01 15:45:05 -07:00
snipe
33a35ec7f5
Migration for for email/username format settings
2016-06-01 15:44:37 -07:00
snipe
e0c07d8921
Language strings for email/username format
2016-06-01 15:44:29 -07:00
snipe
99f6207a69
Added macro for email/username format
2016-06-01 15:44:16 -07:00
snipe
d786be4fc0
Use local fontawesome and added select2
2016-06-01 15:43:55 -07:00