This website requires JavaScript.
Explore
Help
Sign In
DRCIT
/
snipe-it
Watch
1
Star
0
Fork
You've already forked snipe-it
0
mirror of
https://github.com/snipe/snipe-it.git
synced
2025-02-02 08:21:09 -08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
fa8b0964ed
snipe-it
/
app
/
Http
/
Controllers
History
Petri Asikainen
7b12668af4
Merge branch 'develop' of github.com:snipe/snipe-it into feature/api-image-uploads
2021-07-13 17:23:44 +03:00
..
Accessories
Account
Api
Merge branch 'develop' of github.com:snipe/snipe-it into feature/api-image-uploads
2021-07-13 17:23:44 +03:00
Assets
Delete file from assets folder, not just the ref. (
#9525
)
2021-05-04 22:18:22 -07:00
Auth
Update LoginController.php
2021-05-25 16:37:34 -07:00
Components
Fixed
#8737
- incorrect validation string for components update
2020-11-13 12:09:48 -08:00
Consumables
Kits
Feedback for Kits; Fix checkins for accessories (
#7060
)
2019-05-23 19:39:30 -07:00
Licenses
Add new StorageHelper and use it where it makes sense (
#9276
)
2021-03-15 12:26:39 -07:00
Users
Added the 'required' attribute to the input file n the upload file form modal. Added a validation for the UserFilesController if the user doesn't select any file to upload [ch16471].
2021-05-27 15:48:13 -05:00
ActionlogController.php
Discussion: Moving to policies for controller based authorization (
#3080
)
2016-12-19 11:04:28 -08:00
AssetMaintenancesController.php
AssetModelsController.php
BulkAssetModelsController.php
CategoriesController.php
CheckInOutRequest.php
CompaniesController.php
Controller.php
CustomFieldsController.php
Check that the field is valid before checking to see count()
2021-04-20 15:10:28 -07:00
CustomFieldsetsController.php
DashboardController.php
Minor code cleanup bits and bobs (
#6805
)
2019-03-13 20:12:03 -07:00
DepartmentsController.php
DepreciationsController.php
Minor code cleanup bits and bobs (
#6805
)
2019-03-13 20:12:03 -07:00
GroupsController.php
HealthController.php
Added
#8931
: add health controller without session (
#8978
)
2021-01-26 12:10:54 -08:00
ImportsController.php
LocationsController.php
Added missing use statement
2021-04-30 14:52:08 -07:00
ManufacturersController.php
Fixes
#8918
The validation rules on Manufacturer Model 'name' attribute are malformed. (
#9133
)
2021-02-16 12:52:55 -08:00
ModalController.php
ProfileController.php
Add a way for a user to override the site skin setting + fix mislabeled comment. (
#6891
)
2021-03-29 19:09:23 -07:00
ReportsController.php
Changed the orderBy clause inside the custom reports function that forms the CSV to be 'id' so making it a unique value and don't causes repeated items. [ch14587] (
#9535
)
2021-05-04 23:50:02 -07:00
SettingsController.php
Merge branch 'develop' of
https://github.com/Skywalker-11/snipe-it
into Skywalker-11-develop
2021-04-14 15:15:07 -07:00
StatuslabelsController.php
SuppliersController.php
Fixed the other upload handleUploads signatures
2020-08-24 18:32:40 -07:00
ViewAssetsController.php