Commit Graph

156 Commits

Author SHA1 Message Date
Marcel Klehr 29e1e938d5 fix: drop collaboration resources integration to be compatible with nc 28
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2023-12-10 15:35:38 +01:00
Marcel Klehr 164fd3af2a First pass at implementing projects
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-03-13 12:29:05 +01:00
John Molakvoæ (skjnldsv) 5386aa7792 Use webpack global config & @nextcloud/browserslist-config
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-08-03 10:45:42 +02:00
Marcel Klehr b0751b7dad Refactor vuex store 2019-09-11 14:48:59 +02:00
Marcel Klehr 60cdafb5e0 Vueify admin settings 2019-09-11 14:48:59 +02:00
Marcel Klehr fd95eb8565 Implement bookmarklet in vue 2019-09-11 14:48:35 +02:00
Marcel Klehr 0fbe1e82e8 Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
Marcel Klehr 38e6f607a2 Fix typos
fxies #674
2019-03-25 12:39:34 +01:00
Marcel Klehr 65d5e5d46e API: Fix RSS authentication
fixes #566
2018-12-28 19:32:19 +01:00
Marcel Klehr 113bf6fb7a Merge branch 'release/0.14' 2018-10-30 21:42:57 +01:00
karottenbaum 382de4c5d3 Disable autocomplete (fixes #463)
Disables autocomplete on the main screen adding dialog and in the
bookmarklet.
2018-10-23 17:35:23 +02:00
Marcel Klehr bd9de84373 UI: Remove first layer of nesting for tags and folders 2018-10-20 21:02:58 +02:00
Marcel Klehr 0b87f92afb UI: Add Folder navigation
- refactor tags to use nested navigation
2018-10-20 21:01:58 +02:00
Marcel Klehr 416181b7e8 BookmarksController#getBookmarks: Allow RSS output 2018-08-05 13:58:07 +02:00
John Molakvoæ (skjnldsv) 1e580bc25f
Design bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03 16:36:10 +02:00
Christoph Wurst 8557893590
Apply some magic
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-03 15:15:17 +02:00
Marcel Klehr 210fc77481 Fix screeenly URL 2018-07-24 01:37:45 +02:00
Marcel Klehr 1504ad7930 Fix admin settings: Pipe admin.js through webpack 2018-07-24 01:33:53 +02:00
Marcel Klehr d5a894796f Add admin setting for configuring screeenly
If configured, use screeenly as a fallback to the default preview
service
2018-07-21 16:18:05 +02:00
Marcel Klehr 1b732c8a01 Cleanup templates/settings.php 2018-07-17 01:15:59 +02:00
Marcel Klehr 521665a44d Make bookmarklet work 2018-03-12 19:11:35 +01:00
Marcel Klehr 98f4de2380 Replace tagit with select2
+ Fix use of global app var
2018-03-12 19:11:35 +01:00
Marcel Klehr 240539eb50 Fix webpack build 2018-03-12 19:11:35 +01:00
Marcel Klehr 53ec937158 Upadate server templates
lots of stuff no longer needed due to webpack
2018-03-12 19:11:35 +01:00
Marcel Klehr f124b45162 More structure, replace whole template 2018-03-12 19:11:35 +01:00
Marcel Klehr 6bfecdd0a1 First try of backbone/marionette framework 2018-03-12 19:11:35 +01:00
blizzz 0074c343b3
Merge pull request #420 from marcelklehr/fix/ui-bookmark-edit-url-escaped
UI: Don't escape URL for editing a bookmark
2018-01-26 23:37:43 +01:00
Arthur Schiwon 4b3c3b1d60
\OCP\image_path wath deprecated already in 8, use template function
required for Nextcloud 14/master where it was removed
2018-01-15 22:59:27 +01:00
Marcel Klehr e9087226e3 UI: Don't escape URL for editing a bookmark
fixes #401
2018-01-10 17:51:19 +01:00
Sander 03ba692d78 Add rel="nofollow noopener" 2017-02-16 02:28:36 +01:00
Arthur Schiwon d380f82884
encode requesttoken in url, fixes #319 2016-12-08 12:08:36 +01:00
Arthur Schiwon c4e95abfba
fix naming 2016-12-07 13:00:43 +01:00
zerojay 2fe1afdd1f Change out "Add to ownCloud" for "Add to Nextcloud" 2016-12-03 14:41:12 -05:00
Morris Jobke c4be518bd1
Move away from legacy OC_L10N
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-28 22:55:22 +02:00
Arthur Schiwon 74eb8a0848 fix updating of bookmarks via bookmarklet 2015-07-14 14:25:18 +02:00
Shikiryu 15c5c50a77 add tagit 2015-07-14 14:25:18 +02:00
Shikiryu 518b7644af Update for existing bookmark : now gets existing associated tags, fix #127 2015-07-14 14:25:18 +02:00
Shikiryu 52ec490ad4 Adding tags in bookmarklet, fix #127 2015-07-14 14:25:18 +02:00
Jan-Christoph Borchardt 4264783f66 use proper inline style for bookmark add button and feedback 2015-07-10 14:26:22 +02:00
Oliver Kohl D.Sc. c522347d2c Undifined index
This prevents the undefined index notice to show up in the log.
2015-03-11 13:58:38 +01:00
ganomi ae81b9dcd2 This is a refactored / rewritten version of the bookmarks app using the app frameworks design and controller features.
Dependency Injection for user and db is used througout the controllers
The Routing features a consistent rest api
The Routing provides some legacy routes, so that for exampe the Android Bookmarks App still works.

There is a publicly available api that provides access to bookmarks per user.
(This is usefull in connection with the WP Plugin https://github.com/mario-nolte/oc2wp-bookmarks)
2014-11-26 12:24:18 +01:00
Lukas Reschke f9bc84916d Merge pull request #98 from owncloud/check-requesttoken-for-import
Add requesttoken
2014-11-05 17:16:59 +01:00
Lukas Reschke a64eeddfdd Ensure that URL is always HTTP:// or HTTPS:// 2014-11-05 10:08:04 +01:00
Lukas Reschke aa2d32eb61 Add requesttoken 2014-11-05 09:56:22 +01:00
Michael Kuhn 7cbb92971e Add rel="noreferrer" to links. 2014-07-17 21:30:13 +02:00
Constanze 433c015450 renamed "read later", fixed #56 2013-11-14 16:27:37 +01:00
Jan-Christoph Borchardt 52a03faa5d separate Save and Cancel buttons, emphasize Save 2013-10-12 08:43:27 +02:00
Jan-Christoph Borchardt df86da033e use SVG icon instead of PNG by default 2013-10-12 08:30:46 +02:00
Brice Maron 57d009f22d Correct Title in bookmarklet 2013-06-27 23:10:53 +02:00
Lukas Reschke 2ffc1ff036 Escape HTML 2013-04-23 00:51:33 +03:00