Joas Schilling
0229c16e5f
Don't use the dropdown for one item only
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-26 21:23:18 +02:00
Joas Schilling
433958e2e3
Move app management to the settings menu
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-26 20:26:05 +02:00
Michael Letzgus
0b6ff1706f
Fix duplicate id "apps-management"
...
Make duplicate id "apps-management" a class since IDs must be unique:
https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-id-attribute
https://api.jquery.com/id-selector/
Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
2017-03-19 12:36:29 +01:00
Julius Haertl
780400302c
Rebuild menu to keep order of icons correct
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-03-16 11:55:10 +01:00
Julius Haertl
1d6fba03f4
Make enabling/disabling apps work with the new menu
...
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-03-16 11:55:10 +01:00
Artur Neumann
b138d4fdee
show correct text when disabling App
...
during the process of disabling an App the button would show "Enabling
app …"
This is corrected by this patch
Signed-off-by: Artur Neumann <info@individual-it.net>
2017-02-23 11:47:38 +05:45
Joas Schilling
76bc3bcdef
Allow ordered lists as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-16 15:00:54 +01:00
Lukas Reschke
ddfc7e6a3f
Manually whitelist tags
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-13 18:58:18 +01:00
Lukas Reschke
6a047a045a
Apply DOMPurify over HTML
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-13 18:58:18 +01:00
Joas Schilling
1a7d713883
Don't render non HTTP links, images and quotes
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-13 18:33:43 +01:00
Joas Schilling
1e453576dd
Render markdown
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-13 18:33:42 +01:00
Jan-Christoph Borchardt
89252497c6
fix wording for apps mgmt buttons
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-12-13 13:19:10 +01:00
Lukas Reschke
7fe02702b0
Merge pull request #2509 from nextcloud/sudo-mode-for-app-enabling
...
Add sudo mode to enabling and disabling apps
2016-12-05 22:06:14 +01:00
Lukas Reschke
becde58952
Add sudo mode to enabling and disabling apps
...
Otherwise an administrator could bypass sudo mode by installing an app that allows RCE by design. I've by intention excluded the update endpoint from the requirement because updating apps should be as unintruisive as possible.
Not the cleanest approach by adding this to the AJAX endpoints instead of requiring a controller but for 11 this felt safer for me. We can clean this up together later then. (also the other AJAX endpoints in this folder do have the same logic)
Ref https://github.com/nextcloud/server/issues/2487
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-05 15:12:28 +01:00
Joas Schilling
3a653b56ee
Remove the update warning and the notification after an successful update
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-05 10:50:28 +01:00
Joas Schilling
ac2135560f
Fix single author with details
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-11 14:11:19 +01:00
Lukas Reschke
a68595742b
Proxy images through usercontent.apps.nextcloud.com
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-31 17:17:47 +01:00
Lukas Reschke
32cf661215
Use new appstore API
...
This change introduces the new appstore API in Nextcloud.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-31 17:17:44 +01:00
Joas Schilling
d511acdf66
Better search functionality
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:35:02 +02:00
Joas Schilling
b1314942d7
Fix authors that have a mail or homepage
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-11 10:23:45 +02:00
Joas Schilling
acd90669ff
Fix displaying and searching with multiple authors
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-30 11:15:56 +02:00
Roeland Jago Douma
59da5972f6
SVG defintions always take the first one
...
* Move filter definition out
2016-08-18 16:16:01 +02:00
Lukas Reschke
5581a602cc
Add cachebuster to app icons in the admin screen
2016-08-18 12:44:33 +02:00
Morris Jobke
28c192c9f5
Fix null reference in IE
2016-08-17 16:04:53 +02:00
Morris Jobke
bded787d0c
Empty tags are not allowed for image and feColorMatrix in IE11 and below
2016-08-17 15:59:30 +02:00
Roeland Jago Douma
314b4005bb
Remove hack
2016-08-17 15:16:48 +02:00
Morris Jobke
1444c1d345
Introduce weird hack for Firefox
...
* everything is 4 times as big (doubled width and doubled height)
2016-08-17 14:45:08 +02:00
Roeland Jago Douma
960d0d1242
Filter can't be named invert in FF
2016-08-17 13:36:17 +02:00
Raghu Nayyar
7c61fa14ae
Fixes image preview when fetched from the store.
2016-08-15 00:49:33 +05:30
Raghu Nayyar
c489cd4d3a
Uses javascript to invert the SVGs.
2016-08-11 12:59:57 +05:30
Julius Haertl
c8e4988f85
Apply inverted app icon style to newly installed icons
2016-08-01 21:48:06 +02:00
Morris Jobke
e9eb94e899
Use tooltip for app management badges
2016-07-13 09:59:08 +02:00
Morris Jobke
19b531fd14
fix more strings
2016-06-20 13:14:24 +02:00
Timo Witte
205e936370
rename owncloud to nextcloud in Official apps button popup
2016-06-20 01:58:39 +02:00
Christoph Wurst
e4a8456d01
replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')
2016-04-19 16:20:17 +02:00
Christoph Wurst
7365bd798a
Show tooltip if the app is downloaded from a remote server
...
fixes #14405
2016-04-12 09:39:53 +02:00
Jan-Christoph Borchardt
a8a98d42cb
improve emptycontent styles
2016-03-31 15:31:04 +02:00
Pau
37d7712411
Rating icons changed to .svg
2016-03-17 17:37:45 +01:00
Vincent Petry
1dbe240b0e
Disable app that bricks the server after enabling
...
If an app is getting enabled in the web UI, an ajax call is now made to
make sure the server still works. If it doesn't, it sends an emergency
app disabling call to disable the breaking app.
2016-02-29 12:07:37 +01:00
Joas Schilling
87746e4ae8
Make app updates better visible
2016-02-18 09:55:11 +01:00
Joas Schilling
3038006e8e
Add a default app icon for apps that don't have one
2016-01-22 11:38:11 +01:00
Joas Schilling
0461b9dbb9
Add a new app type that can not be enabled for groups
2016-01-14 15:45:47 +01:00
Joas Schilling
3a494033d2
Allow searching apps by ID
2016-01-07 16:33:25 +01:00
Hendrik Leppelsack
7e2fe08778
new checkbox style in app settings
2015-10-31 17:07:07 +01:00
Joas Schilling
2849f19cfe
Fix backwards and forward button
2015-10-26 17:05:31 +01:00
Joas Schilling
e19c49295a
Use speaking ids
2015-10-26 16:15:15 +01:00
Joas Schilling
618a08aa00
Fix backspace in search and empty content message
2015-10-26 16:15:15 +01:00
Joas Schilling
145865ade0
Display empty-content when there are no search results
2015-10-26 16:15:14 +01:00
Joas Schilling
69e4a806b7
Clear search box for now
...
Fix #15651
2015-10-26 16:15:14 +01:00
Joas Schilling
6532fe8e24
Allow searching by author name and app level as well
2015-10-26 16:15:14 +01:00