diff --git a/COPYING b/COPYING index 88798ab..caeca07 120000 --- a/COPYING +++ b/COPYING @@ -1 +1 @@ -/usr/share/automake-1.15/COPYING \ No newline at end of file +/usr/share/automake-1.14/COPYING \ No newline at end of file diff --git a/ChangeLog b/ChangeLog index e69de29..e13f517 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,176 @@ +2017-03-01 19:37 + + * [r28] ChangeLog, etc/authentication.php, html/index.php: + root folder + +2017-03-01 14:36 + + * [r27] ChangeLog, etc/authentication.php, etc/settings.php, + html/index.php: + fixed qr code + +2017-03-01 09:11 + + * [r26] ChangeLog, configure.ac: + fixed dependencies + +2017-03-01 09:08 + + * [r25] etc/authentication.php, etc/settings.php, html/index.php: + fix get user data; fix qrcode library + +2017-02-28 21:01 + + * [r24] configure.ac, etc/settings.php, html/index.php: + generate qrcode first try + +2017-02-28 19:13 + + * [r23] configure.ac, etc/authentication.php, etc/settings.php, + html/index.php: + experimental: try to get user data + +2017-02-28 18:23 + + * [r22] configure.ac: + more php modules required + +2017-02-28 13:16 + + * [r21] bootstrap.sh, build-in-docker.conf, configure.ac, debian, + debian/changelog.in[ADD], debian/compat[ADD], + debian/control.in[ADD], debian/docs[ADD], debian/rules[ADD]: + updated dependencies + +2017-02-28 12:25 + + * [r20] etc/authentication.php, etc/settings.php, html/index.php: + bugs fixed + +2017-02-27 23:29 + + * [r19] etc/authentication.php: + make cn or uid configurable + +2017-02-27 20:54 + + * [r18] etc/authentication.php, etc/makefile.am, html/index.php: + bugfixes after first tests + +2017-02-26 22:17 + + * [r17] etc/settings.php, html/index.php: + rename variables + +2017-02-26 21:28 + + * [r16] ax_init_standard_project.m4, etc/authentication.php, + etc/makefile.am, etc/settings.php, html/index.php, + html/makefile.am, makefile.am: + build fixed + +2017-02-26 20:52 + + * [r15] html/makefile.am: + added configuration.php.in to distribution + +2017-02-26 11:11 + + * [r14] AUTHORS, COPYING[ADD], ChangeLog, INSTALL[ADD], README, + ax_init_standard_project.m4, bootstrap.sh, configure.ac, + etc[ADD], etc/authentication.php[ADD], etc/makefile.am[ADD], + etc/settings.php[ADD], html/configuration.php.in[ADD], + html/index.php, resolve-debbuilddeps.sh: + configuration added and updated + +2017-02-17 11:04 + + * [r13] debian/control.in: + backup + +2017-01-14 10:26 + + * [r12] debian/control.in: + build system updated + +2017-01-12 13:22 + + * [r11] ChangeLog, autogen.sh, ax_init_standard_project.m4, + bootstrap.sh, build-in-docker.conf, build-in-docker.sh, + debian/changelog.in, debian/control.in, resolve-debbuilddeps.sh, + resolve-rpmbuilddeps.sh: + update build system + +2016-09-30 21:55 + + * [r10] ChangeLog[ADD], autogen.sh[ADD], + ax_cxx_compile_stdcxx_11.m4, ax_init_standard_project.m4, + bootstrap.sh, build-in-docker.conf[ADD], build-in-docker.sh, + doc/footer.html.in[ADD], doc/header.html.in[ADD], + doc/plantuml.jar[ADD], doc/style.css[ADD], + mac-create-app-bundle.sh, makefile_test.inc.am[ADD], + resolve-debbuilddeps.sh, resolve-rpmbuilddeps.sh, + sharing-gallery.desktop.in[ADD], sql-to-dot.sed: + build fixed + +2016-04-04 09:47 + + * [r9] COPYING[DEL], ChangeLog[DEL], INSTALL[DEL]: + after migration to new svn server + +2015-11-16 12:38 marc + + * [r8] doc/doxyfile.in: + SVG must not be interactive for embedding in redmine + +2015-11-09 22:52 marc + + * [r7] COPYING[ADD], ChangeLog[ADD], INSTALL[ADD], + ax_init_standard_project.m4, bootstrap.sh, + resolve-debbuilddeps.sh, sql-to-dot.sed[ADD]: + build system updated + +2015-11-07 10:47 marc + + * [r6] bootstrap.sh, debian/control.in: + there is no qt4-default + +2015-11-07 09:23 marc + + * [r5] bootstrap.sh: + there is no qt4-default + +2015-11-07 00:25 marc + + * [r4] debian/control.in: + set Section + +2015-11-05 12:54 marc + + * [r3] bootstrap.sh, debian, debian/changelog.in[ADD], + debian/compat[ADD], debian/control.in[ADD], debian/docs[ADD], + debian/rules[ADD]: + updated build system + +2015-11-05 10:23 marc + + * [r2] .htaccess[DEL], AUTHORS[ADD], NEWS[ADD], README[ADD], + ax_check_qt.m4[ADD], ax_cxx_compile_stdcxx_11.m4[ADD], + ax_init_standard_project.m4[ADD], bootstrap.sh[ADD], + build-in-docker.sh[ADD], build-resource-file.sh[ADD], + configure.ac[ADD], debian[ADD], debian/changelog.in[ADD], + debian/compat[ADD], debian/control.in[ADD], debian/docs[ADD], + debian/rules[ADD], doc[ADD], doc/doxyfile.in[ADD], + doc/makefile.am[ADD], folder.png[DEL], html[ADD], + html/.htaccess[CPY], html/folder.png[CPY], html/index.php[CPY], + html/makefile.am[ADD], index.php[DEL], + mac-create-app-bundle.sh[ADD], makefile.am[ADD], + resolve-debbuilddeps.sh[ADD], resolve-rpmbuilddeps.sh[ADD], + sharing-gallery.spec.in[ADD]: + updated build system + +2015-03-29 15:24 marc + + * [r1] .[ADD], .htaccess[ADD], folder.png[ADD], index.php[ADD]: + initial files + diff --git a/INSTALL b/INSTALL index ddcdb76..f812f5a 120000 --- a/INSTALL +++ b/INSTALL @@ -1 +1 @@ -/usr/share/automake-1.15/INSTALL \ No newline at end of file +/usr/share/automake-1.14/INSTALL \ No newline at end of file diff --git a/html/index.php b/html/index.php index 9b383ec..26a5c1b 100644 --- a/html/index.php +++ b/html/index.php @@ -299,8 +299,7 @@ if (!isset($_REQUEST['secret'])) { } } echo '

Share Files

'; - echo '

Share files: Tell your friend the password on a separate channel and send this: Link to Share

'; + echo '

Share files: Tell your friend the password on a separate channel and send this: Link to Share

'; ?>

or Send Link in E-Mail: