[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [ocs-webserver] /: update
From:       siyuan dong <null () kde ! org>
Date:       2018-09-27 9:22:48
Message-ID: E1g5SVU-00070m-TT () code ! kde ! org
[Download RAW message or body]

Git commit 41f908c82b5c0a4563bfad319dad540d2ada374b by siyuan dong.
Committed on 27/09/2018 at 09:22.
Pushed by siyuandong into branch 'master'.

update

A  +86   -0    application/modules/backend/controllers/LetteravatarControll=
er.php
M  +8    -3    application/modules/backend/controllers/MemberLetterAvatarCl=
iController.php
A  +201  -0    application/modules/backend/views/scripts/letteravatar/index=
.phtml
M  +5    -2    application/modules/default/controllers/ProductController.php
M  +1    -0    application/modules/default/controllers/SettingsController.p=
hp
M  +1    -1    application/modules/default/models/DbTable/Member.php
M  +73   -4    application/modules/default/models/Member.php
M  +1    -0    application/modules/default/plugins/AclRules.php
M  +8    -0    application/modules/default/views/layout/flat_ui_template.ph=
tml
M  +144  -119  application/modules/default/views/scripts/product/index.phtml
M  +2    -1    httpdocs/theme/backend/js/backend_nav_admin.js
M  +392  -63   httpdocs/theme/react/all.js
C  +0    -6    httpdocs/theme/react/app-getit/__app-helpers.js [from: httpd=
ocs/theme/react/app/__app-helpers.js - 091% similarity]
A  +237  -0    httpdocs/theme/react/app-getit/__product-helpers.js
A  +237  -0    httpdocs/theme/react/app-getit/app.js
M  +2    -1    httpdocs/theme/react/app/__app-helpers.js
M  +195  -6    httpdocs/theme/react/app/_homepage.js
M  +74   -37   httpdocs/theme/react/app/_product-page.js
M  +1    -0    httpdocs/theme/react/app/app.js
A  +1    -0    httpdocs/theme/react/assets/css/get-it.css
A  +1    -0    httpdocs/theme/react/assets/css/get-it.css.map
M  +1    -1    httpdocs/theme/react/assets/css/style.css
M  +1    -1    httpdocs/theme/react/assets/css/style.css.map
A  +7    -0    httpdocs/theme/react/assets/less/get-it-lib.less
A  +145  -0    httpdocs/theme/react/assets/less/get-it.less
M  +360  -154  httpdocs/theme/react/assets/less/style.less
A  +692  -0    httpdocs/theme/react/getit.js
M  +12   -6    library/Local/Auth/Adapter/Ocs.php
A  +7    -0    library/vendor/autoload.php
A  +413  -0    library/vendor/composer/ClassLoader.php
A  +433  -0    library/vendor/composer/LICENSE
A  +9    -0    library/vendor/composer/autoload_classmap.php
A  +10   -0    library/vendor/composer/autoload_files.php
A  +9    -0    library/vendor/composer/autoload_namespaces.php
A  +13   -0    library/vendor/composer/autoload_psr4.php
A  +59   -0    library/vendor/composer/autoload_real.php
A  +245  -0    library/vendor/composer/installed.json
A  +110  -0    library/vendor/guzzlehttp/psr7/CHANGELOG.md
A  +19   -0    library/vendor/guzzlehttp/psr7/LICENSE
A  +739  -0    library/vendor/guzzlehttp/psr7/README.md
A  +39   -0    library/vendor/guzzlehttp/psr7/composer.json
A  +233  -0    library/vendor/guzzlehttp/psr7/src/AppendStream.php
A  +137  -0    library/vendor/guzzlehttp/psr7/src/BufferStream.php
A  +138  -0    library/vendor/guzzlehttp/psr7/src/CachingStream.php
A  +42   -0    library/vendor/guzzlehttp/psr7/src/DroppingStream.php
A  +149  -0    library/vendor/guzzlehttp/psr7/src/FnStream.php
A  +52   -0    library/vendor/guzzlehttp/psr7/src/InflateStream.php
A  +39   -0    library/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
A  +155  -0    library/vendor/guzzlehttp/psr7/src/LimitStream.php
A  +183  -0    library/vendor/guzzlehttp/psr7/src/MessageTrait.php
A  +153  -0    library/vendor/guzzlehttp/psr7/src/MultipartStream.php
A  +22   -0    library/vendor/guzzlehttp/psr7/src/NoSeekStream.php
A  +165  -0    library/vendor/guzzlehttp/psr7/src/PumpStream.php
A  +142  -0    library/vendor/guzzlehttp/psr7/src/Request.php
A  +132  -0    library/vendor/guzzlehttp/psr7/src/Response.php
A  +358  -0    library/vendor/guzzlehttp/psr7/src/ServerRequest.php
A  +257  -0    library/vendor/guzzlehttp/psr7/src/Stream.php
A  +149  -0    library/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
A  +121  -0    library/vendor/guzzlehttp/psr7/src/StreamWrapper.php
A  +316  -0    library/vendor/guzzlehttp/psr7/src/UploadedFile.php
A  +702  -0    library/vendor/guzzlehttp/psr7/src/Uri.php
A  +216  -0    library/vendor/guzzlehttp/psr7/src/UriNormalizer.php
A  +219  -0    library/vendor/guzzlehttp/psr7/src/UriResolver.php
A  +828  -0    library/vendor/guzzlehttp/psr7/src/functions.php
A  +6    -0    library/vendor/guzzlehttp/psr7/src/functions_include.php
A  +9    -0    library/vendor/intervention/image/LICENSE
A  +47   -0    library/vendor/intervention/image/composer.json
A  +11   -0    library/vendor/intervention/image/provides.json
A  +226  -0    library/vendor/intervention/image/src/Intervention/Image/Abs=
tractColor.php
A  +358  -0    library/vendor/intervention/image/src/Intervention/Image/Abs=
tractDecoder.php
A  +134  -0    library/vendor/intervention/image/src/Intervention/Image/Abs=
tractDriver.php
A  +241  -0    library/vendor/intervention/image/src/Intervention/Image/Abs=
tractEncoder.php
A  +267  -0    library/vendor/intervention/image/src/Intervention/Image/Abs=
tractFont.php
A  +71   -0    library/vendor/intervention/image/src/Intervention/Image/Abs=
tractShape.php
A  +79   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/AbstractCommand.php
A  +225  -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/Argument.php
A  +29   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/ChecksumCommand.php
A  +35   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/CircleCommand.php
A  +36   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/EllipseCommand.php
A  +37   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/ExifCommand.php
A  +64   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/IptcCommand.php
A  +36   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/LineCommand.php
A  +48   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/OrientateCommand.php
A  +48   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/PolygonCommand.php
A  +45   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/PsrResponseCommand.php
A  +36   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/RectangleCommand.php
A  +26   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/ResponseCommand.php
A  +25   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/StreamCommand.php
A  +34   -0    library/vendor/intervention/image/src/Intervention/Image/Com=
mands/TextCommand.php
A  +92   -0    library/vendor/intervention/image/src/Intervention/Image/Con=
straint.php
A  +8    -0    library/vendor/intervention/image/src/Intervention/Image/Exc=
eption/ImageException.php
A  +8    -0    library/vendor/intervention/image/src/Intervention/Image/Exc=
eption/InvalidArgumentException.php
A  +8    -0    library/vendor/intervention/image/src/Intervention/Image/Exc=
eption/MissingDependencyException.php
A  +8    -0    library/vendor/intervention/image/src/Intervention/Image/Exc=
eption/NotFoundException.php
A  +8    -0    library/vendor/intervention/image/src/Intervention/Image/Exc=
eption/NotReadableException.php
A  +8    -0    library/vendor/intervention/image/src/Intervention/Image/Exc=
eption/NotSupportedException.php
A  +8    -0    library/vendor/intervention/image/src/Intervention/Image/Exc=
eption/NotWritableException.php
A  +8    -0    library/vendor/intervention/image/src/Intervention/Image/Exc=
eption/RuntimeException.php
A  +13   -0    library/vendor/intervention/image/src/Intervention/Image/Fac=
ades/Image.php
A  +92   -0    library/vendor/intervention/image/src/Intervention/Image/Fil=
e.php
A  +42   -0    library/vendor/intervention/image/src/Intervention/Image/Fil=
ters/DemoFilter.php
A  +14   -0    library/vendor/intervention/image/src/Intervention/Image/Fil=
ters/FilterInterface.php
A  +226  -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Color.php
A  +23   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/BackupCommand.php
A  +23   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/BlurCommand.php
A  +19   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/BrightnessCommand.php
A  +27   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/ColorizeCommand.php
A  +19   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/ContrastCommand.php
A  +40   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/CropCommand.php
A  +25   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/DestroyCommand.php
A  +68   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/FillCommand.php
A  +32   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/FitCommand.php
A  +37   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/FlipCommand.php
A  +19   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/GammaCommand.php
A  +24   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/GetSizeCommand.php
A  +17   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/GreyscaleCommand.php
A  +28   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/HeightenCommand.php
A  +32   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/InsertCommand.php
A  +21   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/InterlaceCommand.php
A  +17   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/InvertCommand.php
A  +51   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/LimitColorsCommand.php
A  +81   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/MaskCommand.php
A  +29   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/OpacityCommand.php
A  +36   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/PickColorCommand.php
A  +24   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/PixelCommand.php
A  +19   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/PixelateCommand.php
A  +35   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/ResetCommand.php
A  +81   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/ResizeCanvasCommand.php
A  +82   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/ResizeCommand.php
A  +29   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/RotateCommand.php
A  +32   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/SharpenCommand.php
A  +176  -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/TrimCommand.php
A  +28   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Commands/WidenCommand.php
A  +153  -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Decoder.php
A  +86   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Driver.php
A  +122  -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Encoder.php
A  +255  -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Font.php
A  +40   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Shapes/CircleShape.php
A  +64   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Shapes/EllipseShape.php
A  +89   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Shapes/LineShape.php
A  +48   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Shapes/PolygonShape.php
A  +75   -0    library/vendor/intervention/image/src/Intervention/Image/Gd/=
Shapes/RectangleShape.php
A  +363  -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
ge.php
A  +140  -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
geManager.php
A  +87   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
geManagerStatic.php
A  +85   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
geServiceProvider.php
A  +112  -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
geServiceProviderLaravel4.php
A  +89   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
geServiceProviderLaravel5.php
A  +42   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
geServiceProviderLeague.php
A  +34   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
geServiceProviderLumen.php
A  +277  -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Color.php
A  +23   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/BackupCommand.php
A  +19   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/BlurCommand.php
A  +19   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/BrightnessCommand.php
A  +42   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/ColorizeCommand.php
A  +19   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/ContrastCommand.php
A  +43   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/CropCommand.php
A  +25   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/DestroyCommand.php
A  +62   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/ExifCommand.php
A  +103  -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/FillCommand.php
A  +41   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/FitCommand.php
A  +25   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/FlipCommand.php
A  +19   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/GammaCommand.php
A  +27   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/GetSizeCommand.php
A  +17   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/GreyscaleCommand.php
A  +28   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/HeightenCommand.php
A  +31   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/InsertCommand.php
A  +27   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/InterlaceCommand.php
A  +17   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/InvertCommand.php
A  +57   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/LimitColorsCommand.php
A  +58   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/MaskCommand.php
A  +21   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/OpacityCommand.php
A  +29   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/PickColorCommand.php
A  +30   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/PixelCommand.php
A  +25   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/PixelateCommand.php
A  +37   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/ResetCommand.php
A  +89   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/ResizeCanvasCommand.php
A  +27   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/ResizeCommand.php
A  +29   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/RotateCommand.php
A  +19   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/SharpenCommand.php
A  +120  -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/TrimCommand.php
A  +28   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Commands/WidenCommand.php
A  +121  -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Decoder.php
A  +70   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Driver.php
A  +168  -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Encoder.php
A  +118  -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Font.php
A  +40   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Shapes/CircleShape.php
A  +65   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Shapes/EllipseShape.php
A  +93   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Shapes/LineShape.php
A  +80   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Shapes/PolygonShape.php
A  +83   -0    library/vendor/intervention/image/src/Intervention/Image/Ima=
gick/Shapes/RectangleShape.php
A  +64   -0    library/vendor/intervention/image/src/Intervention/Image/Poi=
nt.php
A  +69   -0    library/vendor/intervention/image/src/Intervention/Image/Res=
ponse.php
A  +373  -0    library/vendor/intervention/image/src/Intervention/Image/Siz=
e.php
A  +20   -0    library/vendor/intervention/image/src/config/config.php
A  +36   -0    library/vendor/psr/http-message/CHANGELOG.md
A  +19   -0    library/vendor/psr/http-message/LICENSE
A  +13   -0    library/vendor/psr/http-message/README.md
A  +26   -0    library/vendor/psr/http-message/composer.json
A  +187  -0    library/vendor/psr/http-message/src/MessageInterface.php
A  +129  -0    library/vendor/psr/http-message/src/RequestInterface.php
A  +68   -0    library/vendor/psr/http-message/src/ResponseInterface.php
A  +261  -0    library/vendor/psr/http-message/src/ServerRequestInterface.p=
hp
A  +158  -0    library/vendor/psr/http-message/src/StreamInterface.php
A  +123  -0    library/vendor/psr/http-message/src/UploadedFileInterface.php
A  +323  -0    library/vendor/psr/http-message/src/UriInterface.php
A  +4    -0    library/vendor/yohang88/letter-avatar/.gitignore
A  +41   -0    library/vendor/yohang88/letter-avatar/README.md
A  +33   -0    library/vendor/yohang88/letter-avatar/composer.json
A  +21   -0    library/vendor/yohang88/letter-avatar/example/index.php
A  +251  -0    library/vendor/yohang88/letter-avatar/src/LetterAvatar.php
A  +-    --    library/vendor/yohang88/letter-avatar/src/fonts/arial-bold.t=
tf
A  +-    --    library/vendor/yohang88/letter-avatar/src/fonts/arial.ttf
A  +85   -0    sql_code/20180926_add_procedure_merge_members.sql
A  +16   -0    sql_code/20180926_member_update.sql

https://commits.kde.org/ocs-webserver/41f908c82b5c0a4563bfad319dad540d2ada3=
74b
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic