Commit 5eeb467
Update eti assets 12/20/2024 (#34)
* Versioning stuff is hard - fixed v7.0.14 to v7.1.14
Signed-off-by: snipe <[email protected]>
* Versioning stuff is hard - fixed v7.0.14 to v7.1.14
Signed-off-by: snipe <[email protected]>
* this should work in theory - local is screwy though
* working except for null 🤔
* seems to work just fine now, needs translations
* note and rm dump and comment
* Specify table name in select
Signed-off-by: snipe <[email protected]>
* Add @maciej-poleszczyk as a contributor
* Fixed grokability#15812 - regression in action_type search
Signed-off-by: snipe <[email protected]>
* Removed Twitter links
Signed-off-by: snipe <[email protected]>
* Removed extra sort
Signed-off-by: snipe <[email protected]>
* Fixed anchor links
Signed-off-by: snipe <[email protected]>
* replace the via channel class
* removes tag if qr code is not present
* translations and attribute names
* fixed rest of dymos
* rm unnecessary imports
* Corrected route name for filestable on assets
Signed-off-by: snipe <[email protected]>
* Fixed delete model file route
Signed-off-by: snipe <[email protected]>
* oops, something went wrong translation
* Fixed grokability#15820 - added model number to view-assets
Signed-off-by: snipe <[email protected]>
* Additional fix for grokability#15817
Signed-off-by: snipe <[email protected]>
* Fixed grokability#15825
Signed-off-by: snipe <[email protected]>
* Fixed admin user not showing in download all activity report
Signed-off-by: snipe <[email protected]>
* this should be all it takes to fix this, i think
* replace env with config variable for from address
* Fix rollback for created_by
* Fix rollback for webhook_endpoint by using correct column type
* update default from address to alternate config variable
* Update README.md
typo mosrt to most under Join our Community links
* Feature: Added API endpoint for generating asset labels
* Feature: Added translations for label generation API endpoint
* Feature: Added API route for asset label generation
* Fixed variable name
Signed-off-by: snipe <[email protected]>
* Indicate requiredness on status select on bulk user checkin+delete
Signed-off-by: snipe <[email protected]>
* use existing validation strings
* add testing example var MAIL_FROM_ADDR
* fix mail.from.address variables in config, simplify envelop[ variable
* adding colon to password translation
* Add tests around component check ins via api
* Formatting
* Use === over ==
* Add tests around deleting component via ui
* Improve check for image existence
* Feature: Added category to asset checkout email
* Feature: Added category to asset checkin email
* Feature: Added category to asset acceptance/decline email
* Feature: Added category to asset requested email
* Fix: Removed setting validation as it is not strictly necessary
* no checked out to email doesnt trigger a 500
* Always run validation on checkin
* Use database file for sqlite in GitHub Action for tests
* remove the changes to mail.from.address default
* Add tests for component checkout api endpoint
* [Snyk] Upgrade jquery-ui from 1.14.0 to 1.14.1 grokability#15868
Signed-off-by: snipe <[email protected]>
* fixing colon placements
* Always call resizeCanvas
* WIP: move signature pad creation up and add debugging
* Remove debugging
* commit for testing
* orange bar for requirednessness
* Updated translations
Signed-off-by: snipe <[email protected]>
* Updated version
Signed-off-by: snipe <[email protected]>
* fix user api update from clearing location_id unnecessarily
* fixed mobile view of assets
* fix mobile view for asset and user
* Harden asset checkout validation by requiring ints
* requested changes from pr
* fixing line
* Dev assets
Signed-off-by: snipe <[email protected]>
* Use transformer on API update
Signed-off-by: snipe <[email protected]>
* Fixed order by notes for users
Signed-off-by: snipe <[email protected]>
* Fixed grokability#15901 - re-added required indicator on text and select custom fields
Signed-off-by: snipe <[email protected]>
* Fixed bulk user form in user detail view
Signed-off-by: snipe <[email protected]>
* Revert "Hardened asset checkout validation by requiring integer"
* Some CSS twiddling
Signed-off-by: snipe <[email protected]>
* Fixed funky layout in importer
Signed-off-by: snipe <[email protected]>
* fixes general webhook not firing
* Include MAIL_FROM_ADDR in phpunit configuration
* Fixed sr-only blank text
Signed-off-by: snipe <[email protected]>
* Harden asset checkout validation
* fix unaccepted assets report resend acceptance
* add property check
* adds mail from name to mail envelope
* fix typo
* layout / added category id
* fixed
* add mail class for unaccepted assets reminders
* fixed conditionals
* missed a spot
* fix duplicate emails being sent in unaccepted reminder command
* cleans up the Unaccepted Asset reminder variables
* wrap comment
* adds testing to unaccepted reminder command
* delete notification version of reminder
* Only update asset locations to assets checked out to users.
* Removed issue/PR templates
Signed-off-by: snipe <[email protected]>
* note, will come back to this once question is answered
* Show frontend "required" validation for model and status selects
* Updated supported versions
Signed-off-by: snipe <[email protected]>
* add null safe operator to acceptance reminder
* Fixes grokability#15952 - fixed typo in content-type
Signed-off-by: snipe <[email protected]>
* Add @sgross-emlix as a contributor
* Fixed grokability#15928 - updated method name to setCreatedBy from SetUserId
Signed-off-by: snipe <[email protected]>
* Fix league/commonmark's quadratic complexity bugs may lead to a denial of service
* Use appropriate category for licenses when seeding
* reversed order of the acceptance and note paramter
* fix other mailables
* Revert "Show frontend "required" validation for model and status selects"
This reverts commit 10a7ae8.
* fix other mailables
* Fix validation messages for select2 inputs
* leaving this here for notes etc
* Removed index and destroy settinga API endpoints
Signed-off-by: snipe <[email protected]>
* Fixes to 'clean' mode to better handle character sets and zero-values
* Check for assigned (not assigned_to) before trying to present() the name on bulk delete assets
Signed-off-by: snipe <[email protected]>
* Updated strings
Signed-off-by: snipe <[email protected]>
* Add accessory ui tests
* Add consumable ui tests
* Scaffold and implement some license checkin tests
* Bumped font-awesome to 6.7.0
Signed-off-by: snipe <[email protected]>
* Refactor of grokability#15235 - added accessory checkout to locations, assets
Signed-off-by: snipe <[email protected]>
* Use history icon
Signed-off-by: snipe <[email protected]>
* Added currency and history icons
Signed-off-by: snipe <[email protected]>
* Fixed variable in test
Signed-off-by: snipe <[email protected]>
* Updated user_id to created_by
Signed-off-by: snipe <[email protected]>
* Added new route
Signed-off-by: snipe <[email protected]>
* Updated route
Signed-off-by: snipe <[email protected]>
* Fixed user_id to created_by
Signed-off-by: snipe <[email protected]>
* No need to include assigned_to
Signed-off-by: snipe <[email protected]>
* Updated transformer
Signed-off-by: snipe <[email protected]>
* Removed create() method
Signed-off-by: snipe <[email protected]>
* Specify created_by in the API call as well
Signed-off-by: snipe <[email protected]>
* Added assignedAccessories method
Signed-off-by: snipe <[email protected]>
* Added assets endpoint
Signed-off-by: snipe <[email protected]>
* Added accessory transformer to assets transformer
Signed-off-by: snipe <[email protected]>
* Updated route in view
Signed-off-by: snipe <[email protected]>
* Updated routes with new endpoints
Signed-off-by: snipe <[email protected]>
* Updated comment
Signed-off-by: snipe <[email protected]>
* Added new test
Signed-off-by: snipe <[email protected]>
* Fixed admin -> adminuser property
Signed-off-by: snipe <[email protected]>
* Fixed property
Signed-off-by: snipe <[email protected]>
* Removed inadvertently added files.
* Add tests for license checkin
* Add permissions property to group factory
* Add simple tests to ensure views render
* Use correct id
* Remove leftover testing logic and fix checkout permissions
Removed console logs and temporary testing code from the bootstrap-table view. Updated the transformer to correctly check checkout permissions against the Asset class instead of PredefinedKit.
* rm note
* change barcode column names in seeder
* add note
* oops, rm dump
* Added a few order options on audit report
Signed-off-by: snipe <[email protected]>
* Update settings property keys
* Fix broken merge conflict files part 1
Signed-off-by: Darth Killian <[email protected]>
* More Merge Conflict Bug Fixes
Signed-off-by: Darth Killian <[email protected]>
* More bug fixes and add bulk checkout company & order number support back
in
Signed-off-by: Darth Killian <[email protected]>
* Fix some additional lang stuff and disable user checkout on accessories
Signed-off-by: Darth Killian <[email protected]>
* Fix some more missing language references
Signed-off-by: Darth Killian <[email protected]>
* Fix broken language and testing files
Signed-off-by: Darth Killian <[email protected]>
* Fix tests (again)
Signed-off-by: Darth Killian <[email protected]>
---------
Signed-off-by: snipe <[email protected]>
Signed-off-by: Darth Killian <[email protected]>
Co-authored-by: snipe <[email protected]>
Co-authored-by: spencerrlongg <[email protected]>
Co-authored-by: Godfrey M <[email protected]>
Co-authored-by: Marcus Moore <[email protected]>
Co-authored-by: victoria <[email protected]>
Co-authored-by: NebelKreis <[email protected]>
Co-authored-by: akemidx <[email protected]>
Co-authored-by: Brady Wetherington <[email protected]>
Co-authored-by: Joël Pittet <[email protected]>1 parent 6566e10 commit 5eeb467
File tree
4,228 files changed
+139078
-155466
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- app
- Console
- Commands
- Events
- Exceptions
- Helpers
- Http
- Controllers
- Accessories
- Account
- Api
- Assets
- Auth
- Components
- Consumables
- Kits
- Licenses
- ProductFlow
- Users
- Livewire
- Middleware
- Requests
- Traits
- Traits
- Transformers
- Importer
- Listeners
- Livewire
- Mail
- Models
- Labels
- Tapes
- Brother
- Dymo
- Recipients
- Traits
- Notifications
- Observers
- Policies
- Presenters
- Providers
- Rules
- Services
- View
- config
- database
- factories
- migrations
- seeders
- docker
- public
- .well-known
- css
- build
- dist/skins
- img
- demo/avatars
- js
- build
- dist
- select2/i18n
- sounds
- uploads
- avatars
- vendor/livewire
- resources
- assets
- css
- font-awesome
- fonts
- lib
- js
- bootstrap
- css
- fonts
- js
- components
- passport
- extensions
- accent-neutralise
- angular
- cookie
- editable
- export
- filter-control
- filter
- flat-json
- group-by-v2
- group-by
- key-events
- mobile
- multiple-search
- multiple-sort
- natural-sorting
- reorder-columns
- reorder-rows
- resizable
- sticky-header
- toolbar
- locale
- plugins
- bootstrap-wysihtml5
- chartjs
- timepicker
- less
- skins
- lang
- aa-ER
- account
- admin
- accessories
- asset_maintenances
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- af-ZA
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- am-ET
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- ar-SA
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- bg-BG
- account
- admin
- accessories
- asset_maintenances
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- ca-ES
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- chr-US
- account
- admin
- accessories
- asset_maintenances
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- cs-CZ
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- cy-GB
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- da-DK
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- de-DE
- account
- admin
- accessories
- asset_maintenances
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- de-if
- account
- admin
- accessories
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- statuslabels
- suppliers
- users
- auth
- el-GR
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- en-GB
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- en-ID
- account
- admin
- accessories
- asset_maintenances
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- en-US
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- es-CO
- account
- admin
- accessories
- asset_maintenances
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- es-ES
- account
- admin
- accessories
- asset_maintenances
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- es-MX
- account
- admin
- accessories
- asset_maintenances
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- es-VE
- account
- admin
- accessories
- asset_maintenances
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- et-EE
- account
- admin
- accessories
- asset_maintenances
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- fa-IR
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- fi-FI
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- fil-PH
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- fr-FR
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- ga-IE
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- he-IL
- account
- admin
- accessories
- categories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- hr-HR
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- depreciations
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- hu-HU
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- id-ID
- account
- admin
- accessories
- asset_maintenances
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- is-IS
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- it-IT
- account
- admin
- accessories
- categories
- companies
- consumables
- custom_fields
- departments
- depreciations
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- iu-NU
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- ja-JP
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- km-KH
- account
- admin
- accessories
- companies
- components
- consumables
- custom_fields
- depreciations
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- ko-KR
- account
- admin
- accessories
- asset_maintenances
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- statuslabels
- suppliers
- users
- auth
- lt-LT
- account
- admin
- accessories
- asset_maintenances
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- lv-LV
- account
- admin
- accessories
- asset_maintenances
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- mi-NZ
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- mk-MK
- account
- admin
- accessories
- asset_maintenances
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- ml-IN
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- mn-MN
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- ms-MY
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- nb-NO
- account
- admin
- accessories
- asset_maintenances
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- nl-NL
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- nn-NO
- account
- admin
- accessories
- asset_maintenances
- categories
- companies
- components
- consumables
- custom_fields
- departments
- depreciations
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- reports
- settings
- statuslabels
- suppliers
- users
- auth
- no-NO
- account
- admin
- accessories
- asset_maintenances
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- pl-PL
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- pt-BR
- account
- admin
- accessories
- categories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- statuslabels
- suppliers
- users
- auth
- pt-PT
- account
- admin
- accessories
- asset_maintenances
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- ro-RO
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- ru-RU
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- groups
- hardware
- kits
- labels
- licenses
- locations
- manufacturers
- models
- settings
- suppliers
- users
- auth
- si-LK
- account
- admin
- accessories
- companies
- consumables
- custom_fields
- hardware
- kits
- labels
- licenses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
4,228 files changed
+139078
-155466
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3018 | 3018 | | |
3019 | 3019 | | |
3020 | 3020 | | |
| 3021 | + | |
| 3022 | + | |
| 3023 | + | |
| 3024 | + | |
| 3025 | + | |
| 3026 | + | |
| 3027 | + | |
| 3028 | + | |
| 3029 | + | |
| 3030 | + | |
| 3031 | + | |
| 3032 | + | |
| 3033 | + | |
| 3034 | + | |
| 3035 | + | |
| 3036 | + | |
| 3037 | + | |
| 3038 | + | |
| 3039 | + | |
| 3040 | + | |
| 3041 | + | |
| 3042 | + | |
| 3043 | + | |
| 3044 | + | |
| 3045 | + | |
| 3046 | + | |
| 3047 | + | |
| 3048 | + | |
| 3049 | + | |
| 3050 | + | |
| 3051 | + | |
| 3052 | + | |
| 3053 | + | |
| 3054 | + | |
| 3055 | + | |
| 3056 | + | |
| 3057 | + | |
| 3058 | + | |
| 3059 | + | |
| 3060 | + | |
| 3061 | + | |
| 3062 | + | |
| 3063 | + | |
| 3064 | + | |
| 3065 | + | |
| 3066 | + | |
| 3067 | + | |
| 3068 | + | |
| 3069 | + | |
| 3070 | + | |
| 3071 | + | |
| 3072 | + | |
| 3073 | + | |
| 3074 | + | |
| 3075 | + | |
| 3076 | + | |
| 3077 | + | |
| 3078 | + | |
| 3079 | + | |
| 3080 | + | |
| 3081 | + | |
| 3082 | + | |
| 3083 | + | |
| 3084 | + | |
| 3085 | + | |
| 3086 | + | |
| 3087 | + | |
| 3088 | + | |
| 3089 | + | |
| 3090 | + | |
| 3091 | + | |
| 3092 | + | |
| 3093 | + | |
| 3094 | + | |
| 3095 | + | |
| 3096 | + | |
| 3097 | + | |
| 3098 | + | |
| 3099 | + | |
| 3100 | + | |
| 3101 | + | |
| 3102 | + | |
| 3103 | + | |
| 3104 | + | |
| 3105 | + | |
| 3106 | + | |
| 3107 | + | |
| 3108 | + | |
| 3109 | + | |
| 3110 | + | |
| 3111 | + | |
| 3112 | + | |
| 3113 | + | |
| 3114 | + | |
| 3115 | + | |
| 3116 | + | |
| 3117 | + | |
| 3118 | + | |
| 3119 | + | |
| 3120 | + | |
| 3121 | + | |
| 3122 | + | |
| 3123 | + | |
| 3124 | + | |
| 3125 | + | |
| 3126 | + | |
| 3127 | + | |
| 3128 | + | |
| 3129 | + | |
| 3130 | + | |
| 3131 | + | |
| 3132 | + | |
| 3133 | + | |
| 3134 | + | |
| 3135 | + | |
| 3136 | + | |
| 3137 | + | |
| 3138 | + | |
| 3139 | + | |
| 3140 | + | |
| 3141 | + | |
| 3142 | + | |
| 3143 | + | |
| 3144 | + | |
| 3145 | + | |
| 3146 | + | |
| 3147 | + | |
| 3148 | + | |
| 3149 | + | |
| 3150 | + | |
| 3151 | + | |
| 3152 | + | |
| 3153 | + | |
| 3154 | + | |
| 3155 | + | |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
| 3171 | + | |
| 3172 | + | |
| 3173 | + | |
| 3174 | + | |
| 3175 | + | |
| 3176 | + | |
| 3177 | + | |
| 3178 | + | |
| 3179 | + | |
| 3180 | + | |
| 3181 | + | |
| 3182 | + | |
| 3183 | + | |
| 3184 | + | |
| 3185 | + | |
| 3186 | + | |
| 3187 | + | |
| 3188 | + | |
| 3189 | + | |
| 3190 | + | |
| 3191 | + | |
| 3192 | + | |
| 3193 | + | |
| 3194 | + | |
| 3195 | + | |
| 3196 | + | |
| 3197 | + | |
| 3198 | + | |
| 3199 | + | |
| 3200 | + | |
| 3201 | + | |
| 3202 | + | |
| 3203 | + | |
| 3204 | + | |
| 3205 | + | |
| 3206 | + | |
| 3207 | + | |
| 3208 | + | |
| 3209 | + | |
| 3210 | + | |
| 3211 | + | |
| 3212 | + | |
| 3213 | + | |
| 3214 | + | |
| 3215 | + | |
| 3216 | + | |
| 3217 | + | |
| 3218 | + | |
| 3219 | + | |
| 3220 | + | |
| 3221 | + | |
| 3222 | + | |
| 3223 | + | |
| 3224 | + | |
| 3225 | + | |
| 3226 | + | |
| 3227 | + | |
| 3228 | + | |
| 3229 | + | |
| 3230 | + | |
| 3231 | + | |
| 3232 | + | |
| 3233 | + | |
| 3234 | + | |
| 3235 | + | |
| 3236 | + | |
| 3237 | + | |
| 3238 | + | |
| 3239 | + | |
| 3240 | + | |
| 3241 | + | |
| 3242 | + | |
| 3243 | + | |
| 3244 | + | |
| 3245 | + | |
| 3246 | + | |
3021 | 3247 | | |
3022 | 3248 | | |
3023 | 3249 | | |
0 commit comments