1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-16 23:54:02 +02:00

200 Commits

Author SHA1 Message Date
oupala
b12c040727 chore: bump version from 2.1.1 to 2.1.2-dev 2019-06-04 13:12:59 +02:00
oupala
64955075f5 Merge branch 'master' into develop 2019-06-03 17:00:07 +02:00
oupala
5651afb5ef chore: bump version from 2.1.1-dev to 2.1.1 2.1.1 2019-06-03 16:58:15 +02:00
oupala
8ca6129404 fix: improve cli parameters management
Parameters can now be set in a config file or on the cli.

This change was made mandatory as bash cannot make a difference between a null and an undefined value.
2019-06-03 16:56:33 +02:00
oupala
6ccfb40ce2 chore: bump version from 2.1.0 to 2.1.1-dev 2019-06-03 15:52:37 +02:00
oupala
64ef4d3a24 chore: bump version from 2.1.0 to 2.2.0-dev 2019-05-30 22:40:51 +02:00
oupala
aae02e06fe chore: bump version from 2.1.0-dev to 2.1.0 2.1.0 2019-05-30 22:39:22 +02:00
oupala
8f85f2c8ab feat: install script can set a header and a footer message 2019-05-30 22:35:13 +02:00
oupala
8f7897495f Merge branch 'fix/2.0.1' into develop 2019-05-30 22:29:11 +02:00
oupala
b525e7e19c chore: bump version from 2.0.1-dev to 2.0.1 2.0.1 2019-05-30 22:26:32 +02:00
oupala
367722a973 fix: make the script apaxy-configure.sh more robust
The script apaxy-configure.sh can now be launched from anywhere in the system, and not only from the `apaxy` directory.

This is very useful when the context is managed by another tool, such as ansible.
2019-05-30 22:22:24 +02:00
oupala
049ff109f8 chore: bump version from 2.0.0 to 2.0.1-dev 2019-05-30 22:17:39 +02:00
oupala
ca63ea21a8 chore: bump version from 2.0.0 to 2.1.0-dev 2019-05-29 16:54:44 +02:00
oupala
83e73ef721 chore: bump version from 1.0.0 to 2.0.0
Version is bumped to 2.0.0 as we are switching apache directive from AddIcon to AddIconByType, which is a huge change, potentially a breaking change for users.
2.0.0
2019-05-29 16:51:30 +02:00
oupala
6ddd63dadd Merge pull request #131 from oupala/feature/lightgallery
feat: add lightgallery as lightbox gallery
2019-05-29 16:35:23 +02:00
oupala
a1cfdd3df5 feat: replace lightGallery by lightgallery.js
Replace lightGallery by lightgallery.js because lightGallery require jQuery whereas lightgallery.js has no dependency.
2019-05-29 16:34:32 +02:00
oupala
cc364861f0 feat: add lightgallery as lightbox gallery
This commit is based on issue #89.
2019-05-29 15:22:42 +02:00
oupala
bf175eab74 chore: set file permissions
Set file permissions on apaxy.config.
2019-05-29 15:21:41 +02:00
oupala
b393699e57 feat: add a favicon
Add a favicon at the root level and remove incorrect favicon links in error pages.

fix #128
2019-05-29 15:21:31 +02:00
oupala
2b13b41cca Merge pull request #129 from oupala/feature/breadcrumb
feat: add a breadcrumb
2019-05-29 14:33:37 +02:00
oupala
4d61aab058 feat: css styling for breadcrumb
Add cdd styling inspired from the following website:

https://css-tricks.com/triangle-breadcrumbs/
2019-05-29 14:32:01 +02:00
oupala
bb8503b85a fix: remove dependency to font Open Sans
We want apaxy to need as few dependencies as possible, and even less external dependencies (because we have control over external dependencies). This commit removes dependency to font Open Sans.

As pointed by nodisc in issue #59, there are some advantages in removing this dependency: no cross-site requests, no leaking of HTTP referers to font provider, works on LAN-only setups, no dependency on an external service.

fix #59
2019-05-28 15:09:52 +02:00
oupala
33d4777101 feat: add a breadcrumb
Add a breadcrumb to tell the user where he is in the tree. js and html is there and working. It needs some css styling though.
2019-05-28 15:01:36 +02:00
oupala
08446fb51f fix: remove a minor typo in the Dockerfile 2019-05-28 14:37:24 +02:00
oupala
adf7563e7e Merge pull request #116 from oupala/feature/mimetype
refactor: replace some AddIcon directives by AddIconByType
2019-05-27 21:53:09 +02:00
oupala
412d45f564 refactor: rewrite AddIcon to AddIconByType
Huge rewrite of .htaccess file so that AddIcon are rewritten to AddIconByType for most of the file. Icon are now displayed on a real media type basis <hich is more reliable that file extension.

More extensions are now supported.

File extensions that are not associated to a media type are still using the old AddIcon syntax.
2019-05-27 21:37:52 +02:00
oupala
917e61a6cc refactor: replace some AddIcon directives by AddIconByType
Replace some AddIcon directives by AddIconByType as recommended in the documentation:

https://httpd.apache.org/docs/2.4/en/mod/mod_autoindex.html#addicon
2019-05-20 17:04:11 +02:00
oupala
f2a81442d1 feat: docker image
The new Dockerfile is based on a smaller image (httpd instead of php) and is more secure due to a smaller attack surface. It also comes with a docker-compose configuration and offers some options.

The Dockerfile is using a multi-stage build, and it using the brand new apaxy install script. It is also running as non root so the image can run in a secured container cluster.
2019-05-20 16:56:14 +02:00
oupala
26e919af93 Merge pull request #124 from jordanbancino/develop
feat: add install script with instructions
2019-05-20 13:29:16 +02:00
oupala
3f98b279fe refactor: large rewrite of install script 2019-05-13 17:22:41 +02:00
oupala
2d17027a54 Merge pull request #127 from chbrandt/develop
Fix docker example
2019-05-13 16:47:13 +02:00
Carlos H Brandt
199b50f2ab Change docker(compose) port to 80 2019-05-13 12:40:58 +02:00
Carlos H Brandt
52c508400c Fix Docker: icons noshow bug, file syntax 2019-05-13 12:39:57 +02:00
oupala
05ba73c6a0 fix: rename htaccess.txt in theme directory
Rename htaccess.txt to .htaccess in theme directory as it remove a 
useless step in installation.
2019-05-07 18:19:36 +02:00
oupala
17475e12e0 fix: remove the leading slash before {FOLDERNAME}
Remove the leading slash before {FOLDERNAME} so that apaxy can be 
installed at the web root level.
2019-05-07 18:06:47 +02:00
oupala
f8670f0d59 fix: filter content works again
This commit fixes a bug where the filter content was not working any more on recent browsers.

close #125
2019-03-22 15:06:43 +01:00
oupala
2ad82a41ad Merge pull request #121 from oupala/feature/code-of-conduct
chore: add a code of conduct and a contributing guide
2018-12-18 19:20:01 +01:00
oupala
654b27f754 chore: add a contributing guide
The contributing guide has been generated using the `generate-contributing` package.
2018-12-18 11:06:31 +01:00
oupala
b83a5abe85 chore: add a code of conduct
The code of conduct has been generated using the `covgen` package.
2018-12-18 10:59:21 +01:00
Jordan Bancino
4b3d4b80ef docs: fix manual install instructions 2018-12-04 20:01:10 -05:00
Jordan Bancino
23f3b8ec67 feat: add install script with instructions 2018-12-05 00:57:25 +00:00
oupala
b67821ed84 Merge branch 'feature/search-bar' into develop 2018-12-03 16:34:27 +01:00
Woodrow Barlow
a935227561 Implement content filtering.
This adds a search bar at the top which filters the results on the
current page.
2018-12-03 12:07:34 +01:00
oupala
008ffc9b38 docs: update install instructions
Update install instruction so that commit 153df9c is complete (code + doc).
2018-11-30 18:29:26 +01:00
oupala
1a89909dc6 Merge pull request #123 from jordanbancino/develop
Fixed #122: Error pages stylesheets do not point to absolute paths.
2018-11-30 18:15:06 +01:00
Jordan Bancino
153df9c90d Fixed #122: Error pages stylesheets do not point to absolute paths. 2018-11-30 15:55:33 +00:00
oupala
31e14beea4 chore: update pull request template 2018-11-29 14:36:10 +01:00
oupala
10de49ea51 chore: add a pull request template 2018-11-27 15:52:20 +01:00
Aleksandr Kliushenok
04b185d702 fix: invalid links from the root folder 2018-11-27 14:01:59 +01:00
oupala
73e44c7852 chore: update issue templates 2018-11-27 14:01:53 +01:00