Commit Graph

324 Commits

Author SHA1 Message Date
fe9555ec38
Added test for “simple” export.
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-21 16:47:27 +02:00
f2917abb3b
Added documentation for “simple” export. 2019-07-21 16:39:36 +02:00
71bce0c87d
Added “simple” export. 2019-07-21 16:37:36 +02:00
4406a8c64d
Unescape HTML in titles. 2019-07-21 16:25:13 +02:00
7383a4fcab
Merge branch 'main' into develop 2019-07-21 15:59:15 +02:00
a83a2548c3
Remove HTML-encoded newlines in descriptions.
All checks were successful
continuous-integration/drone/push Build is passing
We didn't catch newlines encoded as HTML entities before.
2019-07-13 18:20:37 +02:00
ff708e9403
AsciiDoc export: Disable webfonts.
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-12 01:49:32 +02:00
47bcffec64
Replace ', ", ´, `, ’ and # in tags in AsciiDoc output.
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-06 18:24:31 +02:00
be23e8e917
CI: Remove lockfiles before running apt-get.
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-26 20:06:03 +02:00
622ccb9a03
AsciiDoc export: Escape '[' and ']' in URIs.
Some checks failed
continuous-integration/drone/push Build is failing
2019-06-26 19:55:05 +02:00
81d4a7f396
webextension: Added browser to list of globals.
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-15 02:48:38 +02:00
861232ab38
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
Added checkbox to enable/disable archiving to popup.
2019-06-15 01:59:07 +02:00
f90883c412
webextension: Added checkbox to enable/disable archiving to popup.
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-15 00:52:45 +02:00
91d3059e13
webextension: Replaced var with const and let. 2019-06-15 00:45:12 +02:00
59ec3f6d6d
Remove HTML from descriptions.
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-11 01:25:21 +02:00
bb6376ab87
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-11 01:19:10 +02:00
c166de0883
Made title and description extraction case insensitive.
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-10 16:34:25 +02:00
93298e5301
Splitted export header.
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-06 18:56:49 +02:00
bc1774e0a0
Version bump 0.4.1.
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-06 17:15:18 +02:00
00aa9ffd47
Refactored Netscape bookmarks export.
Some checks failed
continuous-integration/drone/push Build is failing
2019-06-06 17:11:56 +02:00
8ff0d39927
AsciiDoc export: Group tags only if there are more than 20. 2019-06-06 16:59:45 +02:00
17b33eacbf
Refactored AsciiDoc export more, escape in titles.
Fixes #1.
2019-06-06 16:51:13 +02:00
98bb87ed93
Refactored AsciiDoc export into a class. 2019-06-06 16:16:57 +02:00
008a5fe0f2
Refactored CSV export. 2019-06-06 16:06:25 +02:00
885148ea97
Put tags that are used only once under the header “Less used tags”.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-28 21:40:26 +02:00
ee02b41622
Removed donate-link to archive.org.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-27 23:33:44 +02:00
13b07cb058
CI: Delete lock-file in cache volume. 2019-05-26 22:14:02 +02:00
f47a51f70b
Added cron-example.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-26 20:10:45 +02:00
976febdfc2
WebExtension: Simplified and refactored code. 2019-05-26 19:45:22 +02:00
c70414114c
WebExtension: Native wrapper: replace TEMPFILE with file path,
Some checks reported errors
continuous-integration/drone/push Build was killed
And return it. In preparation for a “View database” feature in the
WebExtension.
2019-05-26 18:02:47 +02:00
7d659e50c5
Added info on how to install Debian packages.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-26 16:52:31 +02:00
5730b5fde9
Fixed tests.
All checks were successful
continuous-integration/drone/push Build is passing
The tests moved into a subdirectory recently, that's why ctest didn't
test anything and I didn't notice that the tests fail. Everything is
good again. :-)
2019-05-26 16:47:29 +02:00
5b19404f89
Added tests for export_bookmarks().
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-26 15:57:08 +02:00
747ba749e8
Added bookmark export. 2019-05-26 15:57:01 +02:00
8cd33bb083
Changed variable to prevent shadowing. 2019-05-25 16:06:16 +02:00
636509fa2d
Version bump 0.3.2.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-25 11:06:51 +02:00
9196585a98
Added date after title in tags section of AsciiDoc export.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-24 23:53:01 +02:00
08f647f86e
WebExtension: If no setting is found, leave archive-setting checked.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-24 14:44:50 +02:00
42fbf0a55d
WebExtension: Added shortcut.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-24 14:07:49 +02:00
cd5a4ecf31
WebExtension: Added option to toggle archiving. 2019-05-24 14:00:00 +02:00
052f67f372
WebExtension: Renamed popup files. 2019-05-24 13:05:21 +02:00
a169370066
Added comment.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-23 13:42:28 +02:00
c7165f7ffe
Repalced regex in URI::remove_newlines() with search & replace. 2019-05-23 13:41:47 +02:00
92f87fb85b
Changed AsciiDoc export. Each thing is now a list item.
All checks were successful
continuous-integration/drone/push Build is passing
The structure makes more sense, looks better in text browsers.
2019-05-23 12:06:27 +02:00
c37d251394
WebExtension: Corrected comment.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-22 19:06:59 +02:00
8275db6687
Remove leading and trailing spaces from tags.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-22 15:13:10 +02:00
f7faef4d31
WebExtension: Allow spaces in tags.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-22 13:46:12 +02:00
e81ab358cd
WebExtension: Remove error message from popup on launch. 2019-05-22 13:45:37 +02:00
162ff88163
Made searches case insensitive. 2019-05-22 13:30:42 +02:00
f94d6a2229
Set locale globally. 2019-05-22 12:25:06 +02:00