NP Viroonc
518adb3f02
fix: lightgallery feature
...
Add missing comma at the end of lines 2 and 3.
fix #160
2024-10-09 23:41:27 +02:00
Andrey V. Novikov
b7d7d2aeb8
fix: remove useless code for fixing hrefs
...
That fix seems to be needed to bypass an Apache bug and now became useless.
2024-09-14 20:18:32 +02:00
Andrey V. Novikov
b76dc3be4a
feat: HEIC files and uppercase filenames for LightGallery
2024-09-14 20:17:20 +02:00
Andrey V. Novikov
95ad6b92be
fix: rendering on small (mobile) screens
...
- Allow wrapping of long breadcrumbs line that leads to horizontal scrolling and breaks lightGallery zooming
- Maximize filenames column width and shrink icons column
2024-09-14 20:16:35 +02:00
Filip
cd741bcfc6
fix: Fixed typo in header
2023-01-11 10:02:26 +01:00
Waqas Tariq
9debee6005
feat: filter auto select on key down
...
Filter input gets focus on keydown. On page back filter the list if input is not empty.
2022-05-05 00:47:23 +02:00
Waqas Tariq
ab93a07b3e
fix: update styles
...
Fixed header icon position. Mouse hover effect. Link colors changed.
2022-05-05 00:47:16 +02:00
oupala
72a2c65bef
chore: update lightgallery from version 2.1.5 to version 2.4.0
2022-05-04 23:39:33 +02:00
oupala
bbe754bf34
feat: prevent from suppressing HTML preamble
...
Improve .htaccess file to prevent from suppressing HTML preamble.
fix #149
2021-09-16 01:53:59 +02:00
oupala
6a20863e55
chore: update lightgallery from version 1.x to version 2.x
...
As lightgallery.js 1.x is not actively maintained, the team invite users to upgrade to version 2.
2021-09-16 01:52:32 +02:00
oupala
060d5478e4
fix: improve the way Faenza icons are embedded
...
Faenza icons are used in apaxy default theme but the licence of the Faenza icon theme was not clearly fulfilled. This commit take the icons from the original Faenza icon theme, and keep their original name.
close #143
2021-04-23 15:18:09 +02:00
sheeit
3bba904d33
fix: use <div class="center"> instead of <center>
...
Signed-off-by: sheeit <sheeit@users.noreply.github.com >
2020-06-05 10:45:05 +01:00
sheeit
0c75e64761
fix: fix the doctype in the error pages
...
Add the missing '!'.
Signed-off-by: sheeit <sheeit@users.noreply.github.com >
2020-06-05 10:43:51 +01:00
oupala
49289c439c
feat: optimize icons
...
Optimize icons using sharp and sharp-cli tool.
2020-03-19 22:15:44 +01:00
Samuel FORESTIER
301c9329af
feat(theme): add a proper dark mode (and globally improve CSS styles)
...
This patch globally improves Apaxy CSS theme, and adds a dark mode (media query: `prefers-color-scheme`).
It also fixes some indentation issues the style-sheet was reading.
Co-authored-by: NAERNON <naernon@icloud.com >
2019-09-05 18:22:50 +02:00
Samuel FORESTIER
31f0e3658c
style: removes an unnecessary trailing space in htaccess documentation
2019-07-28 10:12:11 +02:00
Samuel FORESTIER
b9c25218f1
fix: favicon not being loaded when using Apaxy in a subdirectory
...
This patch moves `apaxy/favicon.ico` to `apaxy/theme/favicon.ico` not to pollute the indexed page root.
The new favicon location is indicated through an HTML tag with the help of the `IndexHeadInsert` Apache directive, to automatically deal with processed pages.
2019-07-28 10:11:07 +02:00
oupala
afa2e51970
fix: remove useless js
...
Remove some old js code which now seems useless. It aimed to fix links when not adding a / at the end of the URI.
fix #132
2019-07-18 19:03:30 +02:00
oupala
5668b927f6
fix: add gif extension to image gallery viewer
2019-06-04 13:13:27 +02:00
oupala
8f85f2c8ab
feat: install script can set a header and a footer message
2019-05-30 22:35:13 +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
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
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
26e919af93
Merge pull request #124 from jordanbancino/develop
...
feat: add install script with instructions
2019-05-20 13:29:16 +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
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
Jordan Bancino
153df9c90d
Fixed #122 : Error pages stylesheets do not point to absolute paths.
2018-11-30 15:55:33 +00:00
Aleksandr Kliushenok
04b185d702
fix: invalid links from the root folder
2018-11-27 14:01:59 +01:00
oupala
2eeb079790
fix: title and paths in error pages
2018-03-04 21:02:30 +01:00
oupala
1164a1b48f
feat: add ebooks to supported filetypes
2018-03-01 00:41:48 +01:00
Jordan Bancino
d289b3f639
Merge branch 'develop' into patch-1
2018-02-28 13:09:57 -05:00
oupala
bde848c607
Merge pull request #108 from PeterDaveHelloKitchen/format-improvement
...
Improve code readability, maintainability, style
2018-02-27 20:56:39 +01:00
Jordan Bancino
0e69f5d866
feat: Add styled error pages
2018-02-26 16:11:43 -05:00
oupala
4471ec1b9f
feat(css): responsive design for small screen
...
Remove padding for mobile client.
closes #29
2018-02-26 21:23:34 +01:00
Peter Dave Hello
806e1100dd
style: Improve coding style
2018-02-23 11:09:43 +08:00
oupala
582f711326
fix(): set absolute reference to the newly created js file
...
Also fix the README file so that the install doc is up to date.
2018-02-21 22:34:33 +01:00
oupala
57ea1a8416
feat(): move javascript code into a separate js file
...
Move javascript code into a separate js file as it enable apaxy to be compliant with the most secure content security policy (aka CSP). You can now use the following Content Security Policy :
Content-Security-Policy: default-src 'self'
2018-02-21 22:34:33 +01:00
oupala
3ba49c1bfb
Revert ".wrapper revert to 100% width"
...
This reverts commit 8d8c15b079 .
2018-02-21 22:34:33 +01:00
oupala
c273f5c559
Revert "Removed unnecessary absolute file path"
...
This reverts commit bb21c1a56c .
2018-02-21 22:34:33 +01:00
Adam Whitcroft
3a8a7bf540
.apkand .ipa added
...
Added Android `.apk` and `.ipa` filetypes.
2018-02-21 22:34:33 +01:00
Adam Whitcroft
2648009f19
Added browser normalizing.
...
As per [#35 ](https://github.com/AdamWhitcroft/Apaxy/issues/35 ).
2018-02-21 22:34:33 +01:00