snipe
|
f182a7db2a
|
Removed leading slash for url helper
|
2016-12-15 16:42:14 -08:00 |
|
snipe
|
aab0933856
|
Use url() helper over URL::to
|
2016-12-15 16:41:36 -08:00 |
|
snipe
|
b7a2c4c26d
|
Use Request instead of Input::
|
2016-12-15 15:56:52 -08:00 |
|
snipe
|
c6ab34faee
|
Updated Companies for #3059
|
2016-12-15 15:48:30 -08:00 |
|
snipe
|
6c8e9327c1
|
Fixed Request path
|
2016-12-15 15:47:08 -08:00 |
|
snipe
|
8ad509d7f1
|
Update validation in AssetRequest form request
|
2016-12-15 15:24:55 -08:00 |
|
snipe
|
cf2b57cb15
|
More for #3057
|
2016-12-15 15:15:11 -08:00 |
|
snipe
|
ad1bf86a08
|
And still more license route updates
|
2016-12-15 13:07:34 -08:00 |
|
snipe
|
bea1a93e9b
|
More license route updates
|
2016-12-15 12:48:15 -08:00 |
|
snipe
|
1ab414453f
|
Use $request instead of Input::
|
2016-12-15 12:47:12 -08:00 |
|
snipe
|
eb9207d0fe
|
Fixed license routes in getDataTable
|
2016-12-15 12:14:16 -08:00 |
|
snipe
|
0c5d3d1c74
|
Updated license routes
|
2016-12-15 11:57:19 -08:00 |
|
snipe
|
a6b975b168
|
More updates for #3060, #3058
|
2016-12-15 06:11:03 -08:00 |
|
snipe
|
e67b3e474f
|
Use more RESTy method names, uses route names where possible (#3059, #3060)
|
2016-12-15 04:09:40 -08:00 |
|
snipe
|
4f2439ae1c
|
Add Passport API token generator
|
2016-12-14 10:53:01 -08:00 |
|
snipe
|
37c847ea08
|
Clearer/updated/named custom fields routes
This is still broken
|
2016-12-14 09:56:23 -08:00 |
|
snipe
|
7c774352e5
|
Fix depreciated lists() method
|
2016-12-14 09:55:35 -08:00 |
|
snipe
|
863e200430
|
Hopefully fixes tons of PEBKAC where users have the wrong app.url
|
2016-12-14 08:20:05 -08:00 |
|
snipe
|
8e5977ad84
|
Updated maintenance views
|
2016-12-14 07:56:01 -08:00 |
|
snipe
|
68ac4abe2c
|
Updated throttling override for 5.3
|
2016-12-14 06:30:51 -08:00 |
|
snipe
|
433adb1dcb
|
Updated traits and method names for 5.3
|
2016-12-14 05:06:51 -08:00 |
|
snipe
|
5cd7e84d98
|
Renamed Password controllers to new 5.3 versions
|
2016-12-14 05:06:15 -08:00 |
|
snipe
|
8ca5c6c25e
|
Moved routes to new new routes files for 5.3
|
2016-12-14 04:32:10 -08:00 |
|
snipe
|
f0dd4c5a97
|
Remove middleware for checking for maintenance
This is (mostly) a built-in feature in Laravel 5.3
|
2016-12-14 04:31:19 -08:00 |
|
snipe
|
65db55908a
|
Rename to AuthController to LoginController
|
2016-12-14 04:30:56 -08:00 |
|
Daniel Meltzer
|
927a12f78d
|
Fix #2985. Missed in the field rename (#3014)
|
2016-12-05 15:09:14 -08:00 |
|
snipe
|
7ccef51a4f
|
Removed some dumb comments
|
2016-12-01 02:25:53 -08:00 |
|
snipe
|
4c418bf622
|
Remove unused $request variable
|
2016-12-01 02:13:00 -08:00 |
|
snipe
|
16cfdbaa93
|
Redirect the lost password success back to login
|
2016-12-01 02:04:43 -08:00 |
|
snipe
|
3f8f6ad981
|
Fixes #2995 - adds max login attempts/duration as .env option
|
2016-12-01 02:04:15 -08:00 |
|
snipe
|
d8d800bb7a
|
Fixes #2997 - don’t include soft-deleted maintenances
|
2016-12-01 00:55:00 -08:00 |
|
snipe
|
5bca1ed2b6
|
Allow supression of debug warning for demo
|
2016-12-01 00:48:43 -08:00 |
|
snipe
|
68b9ffb908
|
Only allow login via LDAP if the user was already imported or created via LDAP
|
2016-12-01 00:29:45 -08:00 |
|
snipe
|
6c366eb112
|
Fixes potential login issue if password syncing is set to true
|
2016-11-30 20:39:43 -08:00 |
|
snipe
|
b6ffb8b3df
|
Protect edit route as well
|
2016-11-29 13:40:00 -08:00 |
|
snipe
|
f5e100a6a5
|
Only allow asset files to be deleted, maintenances to be added if user has assets.edit permission
|
2016-11-29 13:37:45 -08:00 |
|
snipe
|
abcc01f5e0
|
More language string corrections
|
2016-11-29 12:48:00 -08:00 |
|
snipe
|
4dbe8fad30
|
More language string fixes
|
2016-11-29 08:46:33 -08:00 |
|
snipe
|
7bf1664b8f
|
Allow XML mimetypes
|
2016-11-29 08:01:08 -08:00 |
|
snipe
|
b0d8711002
|
Add .lic as possible license file type
|
2016-11-29 07:22:45 -08:00 |
|
snipe
|
53404f3d1c
|
Fixes asset model clone
|
2016-11-29 06:16:52 -08:00 |
|
snipe
|
f605821143
|
Remove unneeded use statements
|
2016-11-29 06:14:33 -08:00 |
|
snipe
|
cab331f3f8
|
Link model name in category view
|
2016-11-29 06:14:20 -08:00 |
|
snipe
|
eb340b0fa9
|
Add fieldset to asset model listing
|
2016-11-29 06:06:52 -08:00 |
|
Daniel Meltzer
|
263f19bdad
|
Fix error in partializing with creating an asset maintenance. (#2987)
|
2016-11-29 05:02:48 -08:00 |
|
snipe
|
dbb2b62223
|
Fixed cranky Codacy result
|
2016-11-29 01:44:24 -08:00 |
|
snipe
|
2603488bd6
|
Removed settings middlware
(Already handled via AppServiceProvider)
|
2016-11-29 01:19:52 -08:00 |
|
snipe
|
81a0e06c40
|
Automatically log the user in after user creation
|
2016-11-29 01:19:25 -08:00 |
|
snipe
|
0d6b160b61
|
Fix mail test script
|
2016-11-29 01:19:05 -08:00 |
|
snipe
|
16a24b7fb8
|
Use getSettings() to check for locale to take advantage of cached value
|
2016-11-29 00:21:58 -08:00 |
|