Skip to content

Commit

Permalink
Include composer dependencies in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Oct 25, 2017
1 parent c507c54 commit 9e2b2a3
Show file tree
Hide file tree
Showing 1,787 changed files with 123,616 additions and 45 deletions.
21 changes: 18 additions & 3 deletions .gitattributes
@@ -1,15 +1,30 @@
app/constants.php export-subst

.github export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.docker export-ignore
.scrutinizer.yml export-ignore
.dockerignore export-ignore
.travis.yml export-ignore

docker export-ignore
Dockerfile export-ignore
docker-compose.yml export-ignore
Makefile export-ignore
README.md export-ignore
Vagrantfile export-ignore
issue_template.md export-ignore
data/*.sqlite export-ignore
tests export-ignore
CONTRIBUTING export-ignore
app.json export-ignore
bower.json export-ignore
composer.json export-ignore
composer.lock export-ignore
gulpfile.js export-ignore
package.json export-ignore

assets/sass export-ignore
assets/js/components export-ignore
assets/js/core export-ignore
assets/js/polyfills export-ignore
assets/js/src export-ignore
assets/sass export-ignore
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -18,7 +18,6 @@ Thumbs.db
config.php
data/files
data/cache
/vendor
*.bak
!docker/kanboard/config.php
node_modules
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,7 @@ matrix:
before_script:
- if [[ $TRAVIS_PHP_VERSION != 7.x ]]; then phpenv config-rm xdebug.ini; fi
- phpenv config-add tests/php.ini
- composer install
- composer install --dev
- npm install

script:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,6 @@ COPY docker/crontab/cronjob.alpine /var/spool/cron/crontabs/nginx
COPY docker/services.d/cron /etc/services.d/cron
COPY docker/php/env.conf /etc/php7/php-fpm.d/env.conf

RUN cd /var/www/app && composer --prefer-dist --no-dev --optimize-autoloader --quiet install
RUN chown -R nginx:nginx /var/www/app/data /var/www/app/plugins

VOLUME /var/www/app/data
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -18,7 +18,7 @@ archive:
@ echo "Build archive: version=${version}, destination=${dst}"
@ rm -rf ${BUILD_DIR}/kanboard ${BUILD_DIR}/kanboard-*.zip
@ cd ${BUILD_DIR} && git clone --depth 1 -q https://github.com/kanboard/kanboard.git
@ cd ${BUILD_DIR}/kanboard && composer --prefer-dist --no-dev --optimize-autoloader --quiet install
@ cd ${BUILD_DIR}/kanboard
@ rm -rf ${BUILD_DIR}/kanboard/data/*.sqlite
@ rm -rf ${BUILD_DIR}/kanboard/data/*.log
@ rm -rf ${BUILD_DIR}/kanboard/data/files
Expand Down
5 changes: 1 addition & 4 deletions doc/en_US/installation.markdown
Expand Up @@ -26,11 +26,8 @@ People who are using a remote database (Mysql/Postgresql) and a remote object st
From the git repository (development version)
---------------------------------------------

You must install [composer](https://getcomposer.org/) to use this method.

1. `git clone https://github.com/kanboard/kanboard.git`
2. `composer install --no-dev`
3. Go to the third step just above
2. Go to the third step just above

Note: This method will install the **current development version**, use at your own risk.

Expand Down
3 changes: 1 addition & 2 deletions doc/en_US/update.markdown
Expand Up @@ -30,8 +30,7 @@ From the repository (development version)
-----------------------------------------

1. `git pull`
2. `composer install --no-dev`
3. Login and check if everything is ok
2. Login and check if everything is ok

Note: This method will install the **current development version**, use at your own risk.

Expand Down
6 changes: 1 addition & 5 deletions doc/es_ES/installation.markdown
Expand Up @@ -27,12 +27,8 @@ Las personas que están utilizando una base de datos remota (MySQL / PostgreSQL)
Desde el repositorio (versión de desarrollo)
-----------------------------------------


Debe instalar [compositora] (https://getcomposer.org/)para utilizar este método.

1. ` git clone https: // github.com / kanboard / kanboard.git`
2. ` composer instalar --no- dev`
3. Ir a la tercera etapa justo por encima
2. Ir a la tercera etapa justo por encima

Nota: Este método se instalará la versión de **desarrollo actual** , utilice a su propio riesgo .

Expand Down
3 changes: 1 addition & 2 deletions doc/es_ES/update.markdown
Expand Up @@ -28,7 +28,6 @@ Desde el repositorio (development version)
-----------------------------------------

1. `git pull`
2. `composer install --no-dev`
3. Inicia la sesión y comprobar si todo está bien
2. Inicia la sesión y comprobar si todo está bien

Nota: Este método se instalará la **versión de desarrollo actual**, utilice a su propio riesgo.
5 changes: 1 addition & 4 deletions doc/fr_FR/installation.markdown
Expand Up @@ -26,11 +26,8 @@ Les gens qui utilisent une base de données distante (Mysql/Postgresql) ou un sy
Depuis le dépôt git (version de développement)
----------------------------------------------

Vous devez installer [composer](https://getcomposer.org/) pour utiliser cette méthode.

1. `git clone https://github.com/kanboard/kanboard.git`
2. `composer install --no-dev`
3. Allez à l'étape 3) juste au-dessus
2. Allez à l'étape 3) juste au-dessus

Cette méthode va installer **la version en cours de développement**, utilisez là à vos risques.

Expand Down
3 changes: 1 addition & 2 deletions doc/fr_FR/update.markdown
Expand Up @@ -30,8 +30,7 @@ Depuis le dépôt git (version de développement)
---------------------------------------------

1. `git pull`
2. `composer install --no-dev`
3. Testez que tout fonctionne correctement
2. Testez que tout fonctionne correctement

Cette méthode va installer **la version en cours de développement**, utilisez là à vos risques.

Expand Down
10 changes: 1 addition & 9 deletions doc/ru_RU/installation.markdown
Expand Up @@ -47,16 +47,8 @@
Инсталяция из репозитория (разрабатываемая версия)[](#from-the-repository-development-version "Ссылка на этот заголовок")
--------------------------------------------------------------------------------------------------------------------------



Вы можете установить [composer](https://getcomposer.org/) для этого метода инсталяции.


1. `git clone https://github.com/fguillot/kanboard.git`

2. `composer install --no-dev`

3. Далее, перейдите к третьему шагу [Инсталяция из архива](installation.html#from-the-archive-stable-version)
2. Далее, перейдите к третьему шагу [Инсталяция из архива](installation.html#from-the-archive-stable-version)



Expand Down
5 changes: 1 addition & 4 deletions doc/ru_RU/update.markdown
Expand Up @@ -42,10 +42,7 @@


1. `git pull`

2. `composer install --no-dev`

3. Выполните вход и проверьте, что все работает корректно
2. Выполните вход и проверьте, что все работает корректно


**Внимание**: Выполняя обновление из разрабатываемой версии, вы должны понимать, что это нестабильная версия и берете все риски по работе Канборд на себя.
Expand Down
5 changes: 1 addition & 4 deletions doc/tr_TR/installation.markdown
Expand Up @@ -26,11 +26,8 @@ Uzak bir veritabanı (Mysql/Postgresql) ve uzak nesne depolama birimi (Aws S3 ve
Git deposundan (geliştirme versiyonu)
---------------------------------------------

Bu yöntemi kullanmak için [composer](https://getcomposer.org/) yüklemelisiniz.

1. `git clone https://github.com/kanboard/kanboard.git`
2. `composer install --no-dev`
3. Yukarıdaki üçüncü adıma geçin
2. Yukarıdaki üçüncü adıma geçin

Not: Bu yöntem, **mevcut geliştirme sürümünü** yükleyecektir, kendi sorumluluğunuzdadır.

Expand Down
3 changes: 1 addition & 2 deletions doc/tr_TR/update.markdown
Expand Up @@ -30,8 +30,7 @@ Depodan-repository (geliştirme versiyonu)
-----------------------------------------

1. `git pull`
2. `composer install --no-dev`
3. Giriş yapın ve her şeyin yolunda olduğunu kontrol edin
2. Giriş yapın ve her şeyin yolunda olduğunu kontrol edin

Not: Bu yöntem, **mevcut geliştirme sürümünü** yükleyecektir, bu versiyonu kullanmanız kendi sorumluluğunuzdadır.

Expand Down
1 change: 1 addition & 0 deletions vendor/aferrandini/phpqrcode/.gitignore
@@ -0,0 +1 @@
.idea
165 changes: 165 additions & 0 deletions vendor/aferrandini/phpqrcode/LICENSE
@@ -0,0 +1,165 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.


This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.

0. Additional Definitions.

As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.

"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.

An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.

A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".

The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.

The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.

1. Exception to Section 3 of the GNU GPL.

You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.

2. Conveying Modified Versions.

If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:

a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or

b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.

3. Object Code Incorporating Material from Library Header Files.

The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:

a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.

b) Accompany the object code with a copy of the GNU GPL and this license
document.

4. Combined Works.

You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:

a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.

b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.

c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.

d) Do one of the following:

0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.

1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.

e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)

5. Combined Libraries.

You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:

a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.

b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.

6. Revised Versions of the GNU Lesser General Public License.

The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.

Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.

If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
2 changes: 2 additions & 0 deletions vendor/aferrandini/phpqrcode/VERSION
@@ -0,0 +1,2 @@
1.1.5
2012021604
2 changes: 2 additions & 0 deletions vendor/aferrandini/phpqrcode/cache/frame_1.dat
@@ -0,0 +1,2 @@
xڝ��� E9�u��`�"PńC�牗T!0$
E�ɲQ���m��h۾9{kI"� 9Ln)Ap��־�>�^��z�m�nŖ;��m�n����
Expand Down
Binary file added vendor/aferrandini/phpqrcode/cache/frame_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_10.dat
Binary file not shown.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_10.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_11.dat
Binary file not shown.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_11.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_12.dat
Binary file not shown.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_12.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_13.dat
Binary file not shown.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_13.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_14.dat
Binary file not shown.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_14.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_15.dat
Binary file not shown.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_15.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vendor/aferrandini/phpqrcode/cache/frame_16.dat
@@ -0,0 +1 @@
x��A� E]s�IX�;��n6��`�q���W6���`�%A/3!�����!g��̡�1N) �E��|;��>6⸏�97$����c]kk��w�1��[�m�C͜c�R���>�����E,�hʼnp�#�xF�yW��VWG���3��+����˓�S��}Ğ�#�G8b^c^c���p�c&3YQ"�����v������������k�9�܇�}������ �Ŀ�Q��L�/����
Binary file added vendor/aferrandini/phpqrcode/cache/frame_16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_17.dat
Binary file not shown.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_17.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions vendor/aferrandini/phpqrcode/cache/frame_18.dat
@@ -0,0 +1,2 @@
x��A
�0E]�օ,2;s��&�͚h���O������1&09OIv@DD� �&�ىK�X��Fv�<�dq�9�<%h�� Y�s !(d���s;~||b(��Yůg#�`�K��S����Ķ��s�idߍLg:ә�t�/gm����k�M�3�{�4rT�Q��e��s�>�<ә�t�3���;�H�#љ�t�3��Y�+og�h���ٽ�ln��F>�i^�#awm;g�~p�g�Ns{6z��������p��'
Binary file added vendor/aferrandini/phpqrcode/cache/frame_18.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions vendor/aferrandini/phpqrcode/cache/frame_19.dat
@@ -0,0 +1,3 @@
x��A
� E���.�No�7ћ��iiR�N2��W%�x�@�ڜ�'�
u�6��.�*S;}���à�T ���zr�t��%�,�����}�;���)�����Z��L����P��$����q�g�L��dJ�;��w���.]z#���[͝��Og����"�� �B��}�}�;��w���#1Gb��;��w���_�C+w�@Df����u��2����N��9R7|pW�k�������k���������
Binary file added vendor/aferrandini/phpqrcode/cache/frame_19.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vendor/aferrandini/phpqrcode/cache/frame_2.dat
@@ -0,0 +1 @@
x�͒�� F{v�& ��&�Y+?Z1��S�'y!����a�815&��۴��H�ٞc��l��F��1�#�6 f�����6���O7���C����֏���8gI���fB�����\DԻ(
Expand Down
Binary file added vendor/aferrandini/phpqrcode/cache/frame_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_20.dat
Binary file not shown.
Binary file added vendor/aferrandini/phpqrcode/cache/frame_20.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vendor/aferrandini/phpqrcode/cache/frame_21.dat
@@ -0,0 +1 @@
x��A� E]s�IX�;��n6Up���в��]٘�< i-eW����)��ŕ��…H\jvq�HL\6���ЅrI��Lܹ��%��@���V�v�����(�P4|�Xn�gɝ��~]D����u1Us S\���,��2��N��?D�K��F-:�eJ]p_���,�a0�`��� X��`�� �w,` X�]��������5 ��Y4{���2���v�Js����9���)�u�۹���,�]����^_�7$�_�
Binary file added vendor/aferrandini/phpqrcode/cache/frame_21.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions vendor/aferrandini/phpqrcode/cache/frame_22.dat
@@ -0,0 +1,3 @@
x��A
�0 E]{�.�]{{{��Z�Bep��we@�V�ERZ3��"*2o�4�y�)i#d�bdF҅��I"���4��W�I�u��45�x�.Z�S�{���8���k={o.�q���[��:帒q���y
)t#�N8�dCj�-O�OG}�:/�:s�z!�)^<�e��S�u�{� '�p� '�=�=�=�'�p� '�p�ߣߣ���N8���9����pQQ�]H�pz���G�^�Q��I|�߳�u;9�����d;�X~$����t����dy
Binary file added vendor/aferrandini/phpqrcode/cache/frame_22.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions vendor/aferrandini/phpqrcode/cache/frame_23.dat
@@ -0,0 +1,3 @@
x��A
� E���fo�7ћU�) %M!Δ��Yu(<���sK��T���
�&�I�\i+�Ъ�(m��FQ���h�����v~n1�o�]s����_ޟ�3`�_w2�ȹ�lc[��;��c֟ˤ�N�4�p�7�p��mT�������r�i��_��pS=7�7�p�7�pÍ>I��O�-�7�p�7�$}�>ɷ7�p��tss��rs��V������m��ҹ���}R~7��&���?7�����ԦI�bh�{�<�Mi-
Expand Down
Binary file added vendor/aferrandini/phpqrcode/cache/frame_23.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vendor/aferrandini/phpqrcode/cache/frame_24.dat
@@ -0,0 +1 @@
x��A� E���MX0;���nVP4�HSS�x�U3�/O�� LiJ4���V� JC�%��6VR&��D�B�HjD��J�??���Bl�cDZ�'�U��X�U�ޏ0��yw�į�j��똳�3ś��cj���{���:Gq�G��������N�v;��笓J ���<���]�����#�8�#�8�H'�������Gq�G��tr:9�#�8�#�8�ؓh���N�t����_��>t�e��S�����^�\g���Qe?�vu��o��;��>�*�wl��m�
Binary file added vendor/aferrandini/phpqrcode/cache/frame_24.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 9e2b2a3

@yannicka
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why include vendor/ in the repo?

Please sign in to comment.