1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00
Commit graph

47 commits

Author SHA1 Message Date
Lou Lüeder
50b3be776a
Show display name on shared entries instead of username 2025-05-29 23:22:31 +02:00
Kevin Decherf
260beeec68 Replace hardcoded title truncate with CSS text-overflow
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2025-04-13 15:56:37 +02:00
Yassine Guedidi
e6ce9c524c Merge branch '2.6' 2025-04-10 01:45:52 +02:00
Yassine Guedidi
e28e1bddb4 Extract Entries Navigation controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
8b0e6319e4 Extract Shortcuts controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
7eaaf5d38c Extract Dark Theme controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
a8cb9f4f77 Extract Leftbar and Add Tag controllers 2025-04-07 14:56:06 +02:00
Yassine Guedidi
c9cfae11f7 Extract Sticky Nav controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
2054be7bd4 Extract Topbar controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
f7c8466231 Extract Batch Edit controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
ffeca7f94d Extract Annotations controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
d515e11fe4 Extract Scroll Storage controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
019d252446 Extract Scroll Indicator controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
503b82ea13 Extract Highlight controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
76c101938d Extract Materialize FAB controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
a69ea46945 Extract Materialize Collapsible controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
2a2172037e Extract Materialize Tooltip controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
1f76184d02 Extract Materialize Sidenav controller 2025-04-07 14:56:06 +02:00
Yassine Guedidi
2272d3da66 Merge branch '2.6'
# Conflicts:
#	src/Repository/EntryRepository.php
#	src/Twig/WallabagExtension.php
#	src/Wallabag/CoreBundle/Resources/views/Entry/_card_actions.html.twig
#	src/Wallabag/CoreBundle/Resources/views/Entry/_card_list.html.twig
#	tests/Twig/WallabagExtensionTest.php
2025-03-18 21:02:22 +01:00
Yassine Guedidi
63cf403eaf Initialize filters and export sidenav with common ones 2025-03-17 13:54:33 +01:00
Yassine Guedidi
1e61a51e82 Use native form reset for filters 2025-03-17 13:54:33 +01:00
Yassine Guedidi
0330d01a49 Back-end hide/show of random, export and filters actions 2025-03-17 13:54:33 +01:00
Yassine Guedidi
943bfd9162 Add IsGranted to TagController 2025-03-17 10:47:57 +01:00
Yassine Guedidi
d2dd7f78d3 Add IsGranted to ExportController 2025-03-14 09:51:17 +01:00
Yassine Guedidi
b905a2c856
Merge pull request #8017 from wallabag/make-wallabag_url-a-twig-global
Make wallabag_url a Twig global
2025-02-20 08:32:30 +01:00
Yassine Guedidi
35251c0083 Make created at filters full width each 2025-02-19 23:01:06 +01:00
Yassine Guedidi
3bdd5713de Remove datepicker 2025-02-19 22:59:50 +01:00
Yassine Guedidi
c5c9b130b0 Use wallabag_url in entries.xml 2025-02-19 20:36:20 +01:00
Yassine Guedidi
bd9b2a2064 Remove autoinit 2025-02-19 19:46:21 +01:00
Yassine Guedidi
2e4317f6ef Fix checkboxes 2025-02-19 19:46:21 +01:00
Yassine Guedidi
8df7d21777 Fix filters and export sidenavs 2025-02-19 19:46:21 +01:00
Yassine Guedidi
1fc65064d5 .button-collapse to .sidenav-trigger 2025-02-19 19:46:21 +01:00
Yassine Guedidi
8ad0f0914f .side-nav.fixed to .sidenav.sidenav-fixed 2025-02-19 19:46:21 +01:00
Yassine Guedidi
04288a74b3 .side-nav to .sidenav 2025-02-19 19:46:21 +01:00
Yassine Guedidi
331a6bceac data-activates to data-target 2025-02-19 19:46:21 +01:00
Yassine Guedidi
97ed7788b4
Merge pull request #6823 from yguedidi/use-webpack-encore
Use Webpack Encore
2025-02-07 20:51:41 +01:00
Jérémy Benoist
c774398d85
Merge pull request #7849 from anarcat/rss-alternate
restore pre-Atom behavior of linking directly to the article
2025-02-07 20:08:54 +01:00
Yassine Guedidi
f261247766 Use Webpack Encore 2025-02-02 15:31:01 +01:00
Yassine Guedidi
c89878d88e Rename wallassets to build 2025-01-20 12:36:10 +01:00
Antoine Beaupré
6f53da0fc9
restore pre-Atom behavior of linking directly to the article
RFC4287 section 4.2.7.2 specifies that "rel=alternate" is effectively
the default for the link element:

   If the "rel" attribute is not present, the link
   element MUST be interpreted as if the link relation type is
   "alternate".

So having a plain `<link>` and a `<link rel="alternate">` is kind of
weird, *especially* if they point to different resources. So we just
remove the plain entry and *replace* it with the rel=alternate, which
is really the default here.

The sample Atom feeds in RFC4287 (section 1.1) do give an
example *only* with `rel="alternate"`:

     <entry>
       <title>Atom draft-07 snapshot</title>
       <link rel="alternate" type="text/html"
        href="http://example.org/2005/04/02/atom"/>
       <link rel="enclosure" type="audio/mpeg" length="1337"
        href="http://example.org/audio/ph34r_my_podcast.mp3"/>

To refer to the actual Wallabag URL, we use the "via", which is
defined in the RFC as:

   5.  The value "via" signifies that the IRI in the value of the href
       attribute identifies a resource that is the source of the
       information provided in the containing element.

I'm not sure how widely used that tag is, but I feel that the
distinction between `rel="alternate"` is weird at best, and buggy (and
certainly introducing unpleasantness in my usage) at worse.

Before:

        <link href="{{ entry.url }}"/>
        <link rel="alternate" type="text/html"
              href="{{ url('view', {'id': entry.id}) }}"/>
        <link rel="via"
              href="{{ entry.url }}"/>

That is:

        <link href="http://example.com/"/>
        <link rel="alternate" type="text/html"
              href="http://wallabag.example.com/view/1"/>
        <link rel="via"
              href="http://example.com/"/>

After:

        <link rel="alternate" href="{{ entry.url }}"/>
        <link rel="via" type="text/html"
              href="{{ url('view', {'id': entry.id}) }}"/>

That is:

        <link rel="alternate" href="http://example.com"/>
        <link rel="via" type="text/html"
              href="http://wallabag.example.com/view/1"/>

Closes: #7848
2024-11-22 12:02:05 -05:00
Nicolas Lœuillet
2a382b15c1 Add Markdown export 2024-11-13 17:39:29 +01:00
Alexander Sulfrian
2c8702954d Add sharing to linkding 2024-05-21 20:57:20 +02:00
Yassine Guedidi
e66ea216ce Fix CSS class name 2024-04-04 10:25:08 +02:00
Yassine Guedidi
b8819cc3d7 Use IsGranted in EntryController 2024-04-04 10:25:08 +02:00
Yassine Guedidi
71e7c16dfe Fix logo path in entries.xml.twig 2024-02-25 00:28:03 +01:00
Yassine Guedidi
0b44170e83 Remove the CoreBundle namespace 2024-02-23 07:42:48 +01:00
Yassine Guedidi
664b4baa3e Move templates 2024-02-19 10:32:55 +01:00