MyShaarli/application
ArthurHoaro 66e74d50d3 Don't write History for link import
With large imports it has a large impact on performances and isn't really useful.

Instead, write an IMPORT event, which let client using the history service resync its DB.

-> 15k link import done in 6 seconds.

Fixes #985
2017-10-07 16:40:16 +02:00
..
api History: fix entries order 2017-05-07 17:11:25 +02:00
config Allow setting of a default note title, see #963 2017-10-01 14:19:57 +02:00
exceptions Move database read/write to FileUtils class + additional unit tests 2017-03-21 20:16:26 +01:00
.htaccess .htaccess files: support Apache 2.4+ syntax 2016-11-08 11:38:14 +01:00
ApplicationUtils.php Merge pull request #979 from ArthurHoaro/feature/assets-cache-version 2017-10-06 14:32:07 +02:00
Base64Url.php API: fix JWT signature verification 2017-01-04 16:59:47 +01:00
Cache.php Cache: simplify cached content cleanup, improve tests 2015-08-13 23:51:31 +02:00
CachedPage.php Cleanup: remove unused variables 2017-01-05 19:51:50 +01:00
FeedBuilder.php Empty tag search will look for not tagged links 2017-05-25 15:51:12 +02:00
FileUtils.php Robustness: safer gzinflate/zlib usage 2017-09-28 21:59:36 +02:00
History.php Don't write History for link import 2017-10-07 16:40:16 +02:00
HttpUtils.php Make work behind a reverse proxy 2017-09-02 13:50:49 +02:00
Languages.php Initialize a translation function 2016-08-07 11:54:39 +02:00
LinkDB.php migrated Github wiki links to readthedocs 2017-08-26 09:40:57 +02:00
LinkFilter.php wildcard tag search support 2017-08-30 13:20:22 +02:00
LinkUtils.php Fix parsing for description links with parentheses 2017-09-29 18:52:38 +02:00
NetscapeBookmarkUtils.php Don't write History for link import 2017-10-07 16:40:16 +02:00
PageBuilder.php Rename shaarli_version constant to uppercase 2017-10-01 11:11:16 +02:00
PluginManager.php New init function for plugins, supports errors reporting 2016-10-14 13:22:58 +02:00
Router.php Adds a taglist view with edit/delete buttons 2017-05-25 15:25:04 +02:00
ThemeUtils.php Robustness: safer RainTPL directory handling 2017-09-28 21:57:20 +02:00
TimeZone.php Change timezone data structure send to the templates 2017-04-03 19:24:55 +02:00
Updater.php Rename shaarli_version constant to uppercase 2017-10-01 11:11:16 +02:00
Url.php Add a whitelist of protocols for URLs 2017-05-25 14:58:34 +02:00
Utils.php Merge pull request #841 from ArthurHoaro/feature/search-no-tag 2017-05-25 15:54:20 +02:00