-
Notifications
You must be signed in to change notification settings - Fork 922
Uploaders - Refactor and fixes #5478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 92 commits
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
475c9a2
add method to get ajax uploaders
pxpm 02114ab
Apply fixes from StyleCI
StyleCIBot bbc9f72
use an abstract class
pxpm 7fabff2
wip
pxpm a39688e
Apply fixes from StyleCI
StyleCIBot 722e1e4
refactor uploaders
pxpm b0da85b
Apply fixes from StyleCI
StyleCIBot 793d722
refactor rules
pxpm 16f95cf
Apply fixes from StyleCI
StyleCIBot d61b63f
move ajax to PRO, cleanup
pxpm 98e9ab2
Apply fixes from StyleCI
StyleCIBot 8613050
make attributes available for all subfields
pxpm f56105b
fix tests
pxpm 91d8d67
wip
pxpm debf60e
Apply fixes from StyleCI
StyleCIBot cd9a0ed
upload multiple and upload properly working :pray:
pxpm edc8052
fixes
pxpm 7a61789
Apply fixes from StyleCI
StyleCIBot 40e5daf
allow the configuration of valueWithoutPath call.
pxpm d97e51b
fix valid upload inside repeatables
pxpm be2e3ec
Apply fixes from StyleCI
StyleCIBot ed68ba8
fix condition
pxpm 25026b3
cleanup
pxpm ecdd81e
fix
pxpm 478bc96
Apply fixes from StyleCI
StyleCIBot 1347306
fix use case for enabling validation after entry is created
pxpm 988d2b1
Apply fixes from StyleCI
StyleCIBot 83fd68c
dont save array keys
pxpm fd7803d
fix ajax validation
pxpm 7c24742
fix validation messages
pxpm d1fa05f
Apply fixes from StyleCI
StyleCIBot 559279d
fixes ValidUpload
pxpm 7f44e5f
Apply fixes from StyleCI
StyleCIBot 1a03b10
dont json encode if casted in the model
pxpm 65366a6
Apply fixes from StyleCI
StyleCIBot fc181ea
fix previous file identification in repeatable
pxpm 0c917a2
Apply fixes from StyleCI
StyleCIBot df9513f
fix getting values
pxpm 0ee9c6c
Apply fixes from StyleCI
StyleCIBot 5c35e56
add fake fields support
pxpm 2391cd2
Apply fixes from StyleCI
StyleCIBot ca80235
wip add uploaders tests
pxpm 91c61d7
Apply fixes from StyleCI
StyleCIBot 6d082a9
wip
pxpm a3d36d5
Apply fixes from StyleCI
StyleCIBot 29575fe
add pro columns
pxpm 0ebd324
fix test suite
pxpm 78568f0
fix tests
pxpm 84db01a
ffix tests
pxpm 7f1a9a0
remove unused test views
pxpm 2b1dab1
add uploaders to test coverage
pxpm 9de030b
Apply fixes from StyleCI
StyleCIBot 24e81dc
add coverage folder to gitignore
pxpm d9f70d0
make tests run faster by not reloading db when not necessary
pxpm 1fba34e
add coverage to validation tests
pxpm 1585474
add fake tests to uploaders
pxpm 2463dde
Apply fixes from StyleCI
StyleCIBot d214c87
add more tests
pxpm f20be91
Apply fixes from StyleCI
StyleCIBot 7eea011
wip
pxpm ead2407
Apply fixes from StyleCI
StyleCIBot a677ecf
wip
pxpm 8aa2df6
wip
pxpm f8ceffe
Apply fixes from StyleCI
StyleCIBot 960c74b
wip
pxpm c1f896d
Apply fixes from StyleCI
StyleCIBot 9f4b7b9
add more upload assets
pxpm 7dcf5d5
fixes
pxpm 1cfc6c6
Apply fixes from StyleCI
StyleCIBot 2418a82
fix single file
pxpm 3328605
Apply fixes from StyleCI
StyleCIBot 1a2cf2f
add image column
pxpm f1c7a91
fix tests
pxpm c3bd9aa
Apply fixes from StyleCI
StyleCIBot 882702a
remove hardcoded macro names
pxpm 8d4ef96
Apply fixes from StyleCI
StyleCIBot 2a5efea
remove double loop, fix single file uploader
pxpm c60cf44
Apply fixes from StyleCI
StyleCIBot 7256029
use a big increments and unsigned for primary key
pxpm 619a070
handle pivot file deletion
pxpm 4b28ebf
Apply fixes from StyleCI
StyleCIBot 1c443d7
register events for relation models
pxpm 8eec75a
Apply fixes from StyleCI
StyleCIBot e8f1494
fix typo
pxpm 24746c4
Apply fixes from StyleCI
StyleCIBot 17580ef
fix relationship uploaders
pxpm ca149be
Apply fixes from StyleCI
StyleCIBot 57caad7
wip
pxpm f15888c
Apply fixes from StyleCI
StyleCIBot 8215e8d
wip
pxpm 25c1c5e
Apply fixes from StyleCI
StyleCIBot a99cd51
update temporary time key
pxpm 17f353b
save objects in the macro
pxpm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,4 +7,5 @@ composer.lock | |
| .phpunit.result.cache | ||
| src/public/packages/ | ||
| /.phpunit.cache | ||
| coverage/ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.