snipe-it/resources/views/settings
snipe 46f5f21368
Notification improvements (#5254)
* Added “show fields in email” to custom fields

* Added “show images in email” to settings

* Added nicer HTML emails

* Break notifications out into their own, instead of trying to mash them all together

* Remove old notification for accessory checkout

* Janky fix for #5076 - “The asset you have attempted to accept was not checked out to you”

* Add method for image url for accessories

* Added accessory checkout email blade

* Make accessory email notification on checkout screen consistent with assets

* Added native consumables notifications

* Fixes for asset notification

* Updated notification blades with correct-er fields

* Updated notifications

* License checkin notification - does not work yet

Need to figure out whether the license seat is assigned to a person or an asset before we can pass the target

* Added alternate “cc” email for admins

* Only try to trigger notifications if the target is a user

* Fix tests

* Fixed consumable URL

* Removed unused notification

* Pass target type in params

* Show slack status

* Pass additional parameters

There is a logic bug in this :( Will send to slack twice, since the admin CC and the user are both using the same notification. Fuckity fuck fuck fuck.

* Pass a variable to the notification to supress the duplicate slack message

* Slack is broken :( Trying to fix

Will try a git bisect

* Put preview back into checkout

* Pulled old archaic mail

* Removed debugging

* Fixed wrong email title

* Fixed slack endpoint not firing

* Poobot, we hardly knew ye.

* Removed old, manual mail from API

* Typo :-/

* Code cleanup

* Use defined formatted date in JSON

* Use static properties for checkin/checkout notifiers for cleaner code

* Removed debugging

* Use date formatter

* Fixed target_type

* Fixed language in consumable email
2018-03-25 13:46:57 -07:00
..
alerts.blade.php Notification improvements (#5254) 2018-03-25 13:46:57 -07:00
api.blade.php Pass urls to passport vue components to make work in subdirectories. (#4090) 2017-10-01 13:59:07 -07:00
asset_tags.blade.php Add autocomplete=off to settings forms for #4210 2017-10-17 17:18:17 -07:00
backups.blade.php Updated UI for Admin Settings 2017-07-07 23:44:48 -07:00
barcodes.blade.php Add autocomplete=off to settings forms for #4210 2017-10-17 17:18:17 -07:00
branding.blade.php Removed unused skin files, added skin setting option 2018-03-02 17:50:40 -08:00
general.blade.php Notification improvements (#5254) 2018-03-25 13:46:57 -07:00
index.blade.php Added - ability to add custom footer text, hide user’s manual/support links 2018-01-24 07:02:30 -08:00
labels.blade.php Fixed #4374 - Add option to display company names to labels (#4405) 2017-11-08 20:05:39 -08:00
ldap.blade.php Disallow LDAP settings if in demo mode 2018-01-24 05:50:31 -08:00
localization.blade.php Add autocomplete=off to settings forms for #4210 2017-10-17 17:18:17 -07:00
phpinfo.blade.php Updated phpinfo title 2017-07-08 00:23:28 -07:00
purge-form.blade.php Add autocomplete=off to settings forms for #4210 2017-10-17 17:18:17 -07:00
purge.blade.php Reformat all view files. (#3105) 2016-12-27 12:03:47 -08:00
security.blade.php Moved remote user stuff below password security stuff 2018-03-22 14:00:35 -07:00
slack.blade.php Tweaked slack test UI 2018-02-22 21:47:48 -08:00