nextcloud/lib/private
Thomas Müller b091394a90 introduce new app page layout
filter installed and not-installed apps properly

kill unneeded file

load category 'Installed' on page load

adding documentation links

new apps mgmt: first style adjustment

apps mgmt: only show license and preview if they exist

adding buttons

new apps mgmt: fix for mobile

use app icon if available

new apps mgmt: position enable/disable toggle to the right

new apps mgmt: proper display of icons or previews

new apps mgmt: fix loading spinner

reenable group selection for apps

new apps mgmt: position enable button normally again

new apps mgmt: clarify wording from 'Installed' to 'Enabled'

reintroduce enable/disable

Move rating image path generation to client-side

Move expression outside of l10n

fix group handling

add buttons for 'More apps' and 'Add your app' again

disable changed date of app for now

adding recommended label

style 'Recommended' app tag

fixing php warning

sort by rating

adding meta-category 'Recommended'

 Only show existing documentation links

lacy loading of screenshots

making group based app activation work again

adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg'

adding app.svg for all core apps

query string '?installed' is not longer needed

update and uninstall is back + error feedback

remove unneeded parameter

fix alignment of 'recommended' label
2014-10-15 15:21:40 +02:00
..
appframework Remove dead code 2014-09-29 17:20:29 +02:00
archive Add files as string to tar archives 2014-08-21 08:49:57 +02:00
backgroundjob Dont try to execute jobs that no longer exist 2014-07-25 18:02:02 +02:00
cache Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
connector/sabre Use the cached fileinfo to get creatable permissions 2014-10-13 13:09:05 +02:00
contacts ownCloud users are exported as address book 2014-07-24 17:35:02 +02:00
db adding 'smallint unsigned' to type mapping for sqlite 2014-09-20 20:06:44 +02:00
fileproxy
files Merge pull request #11548 from owncloud/extstorage-ocfields 2014-10-15 13:27:23 +02:00
group fix for issue #10880 2014-10-07 16:07:48 +02:00
hooks polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
l10n Use public api for getting l10n 2014-08-31 10:08:22 +02:00
legacy Add flock to config 2014-09-30 15:53:27 +02:00
log Do not show exception to the end-user 2014-09-17 13:17:52 +02:00
memcache Memcache\Factory: Remove static, use globalPrefix. 2014-07-29 11:14:36 +02:00
migration Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
ocs Fix unexisting class and PHPDoc 2014-09-15 17:08:56 +02:00
preview Merge pull request #11390 from Nemesiz/master 2014-10-06 14:25:27 +02:00
repair Explicily close the statement cursors 2014-08-20 23:49:15 +02:00
route Also match routes without trailing slash 2014-09-22 11:22:33 +02:00
search mkae getRelativePath of file search results overwriteable in subclasses 2014-07-14 19:27:10 +02:00
security Remove unused and overflowing function 2014-09-18 10:21:28 +02:00
session Refactor internal session to write directly to $_SESSION 2014-08-30 08:48:13 +00:00
setup simplify mysql user creation flow 2014-09-16 11:53:54 +02:00
share distinguish between file dependent shares and other shares 2014-10-13 15:04:54 +02:00
template more sugar for including lists of templates 2014-09-09 15:47:42 +02:00
user Unset the cached active user when using a different session object 2014-10-13 13:11:48 +02:00
vobject
activitymanager.php Adding new interface \OCP\Activity\IExtentsion 2014-07-08 09:04:37 +02:00
allconfig.php Expose getAppKeys trough \OCP\IConfig 2014-10-08 14:22:17 +02:00
api.php introduce and use getCurrentConnection() 2014-07-01 16:45:00 +02:00
app.php introduce new app page layout 2014-10-15 15:21:40 +02:00
appconfig.php port of #9500 2014-07-08 16:32:01 +02:00
apphelper.php moving file to the right location 2013-10-07 00:32:39 +02:00
archive.php Previous commit was not based on master, retry. Removed broken tar cutter, double extensions are not possible in temp files. Added tar support. Fixed extension switch. 2014-08-04 14:10:09 +02:00
arrayparser.php Some more PHPDoc fixes 2014-04-21 15:44:54 +02:00
avatar.php Use public api for getting l10n 2014-08-31 10:08:22 +02:00
avatarmanager.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
backgroundjob.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
cache.php More PHPDoc fixes, using scrutinizer patches as hints 2014-02-28 13:53:41 +01:00
config.php Add flock to config 2014-09-30 15:53:27 +02:00
contactsmanager.php Merge branch 'master' into contactsmanager-register 2014-05-19 21:35:13 +02:00
davclient.php Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
db.php Ensure db connection before changing cache state 2014-08-30 15:46:56 -06:00
defaults.php Merge pull request #10667 from pmjdebruijn/itunes-appid 2014-09-03 16:26:20 +02:00
eventsource.php Explicitly cast id and validate type 2014-09-04 13:26:47 +02:00
filechunking.php Fix PHPdoc in lib/private 2014-04-15 22:55:20 +02:00
fileproxy.php Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
files.php Make 404 page easier to understand 2014-09-17 22:57:32 +02:00
forbiddenexception.php Cache folder is now configurable 2014-03-24 12:57:11 +01:00
geo.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
group.php Add group management to the public api 2014-07-16 14:25:31 +02:00
helper.php catch and log exception in OC_Helper::cleanTmp() 2014-09-26 11:36:53 +02:00
hintexception.php Do not show exception to the end-user 2014-09-17 13:17:52 +02:00
hook.php Dont connect hooks twice 2014-06-06 09:56:02 +02:00
httphelper.php Do only follow HTTP and HTTPS redirects 2014-09-22 20:02:32 +02:00
image.php Preserve transparency when loading from a file 2014-09-10 23:49:21 +02:00
installer.php introduce new app page layout 2014-10-15 15:21:40 +02:00
json.php Use public api for getting l10n 2014-08-31 10:08:22 +02:00
l10n.php Move certificate management interface from files_external to core 2014-08-31 10:47:50 +02:00
largefilehelper.php Urlencode file name before passing it to cURL 2014-10-09 17:15:12 +04:00
log.php fix logger implementation and test 2014-07-15 10:10:16 +02:00
mail.php Remove X-Mailer header from mails 2014-08-17 18:55:13 +02:00
migrate.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
mimetypes.list.php New generic class for Imagemagick conversions 2014-10-04 17:50:12 +02:00
naturalsort.php Fix PHPDoc 2014-09-30 13:34:50 +02:00
navigationmanager.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
needsupdateexception.php Throw an exception when we try to load an app that needs to be upgraded 2014-08-04 13:41:04 +02:00
notsquareexception.php
ocs.php Remove invalid PHPDoc 2014-09-30 13:46:43 +02:00
ocsclient.php introduce new app page layout 2014-10-15 15:21:40 +02:00
preferences.php port of #9500 2014-07-08 16:32:01 +02:00
preview.php Merge pull request #11367 from owncloud/removeIsMimeSupported 2014-10-12 19:45:00 +02:00
previewmanager.php Use svg mimeicons for empty text files 2014-07-30 16:31:37 +02:00
repair.php delete old previews 2014-09-21 17:16:21 +02:00
repairexception.php Added repair step for legacy storages 2014-08-20 23:14:05 +02:00
repairstep.php Added RepairStep interface and default repair step lists 2014-06-12 17:38:26 +02:00
request.php Do not show exception to the end-user 2014-09-17 13:17:52 +02:00
response.php Merge branch 'master' into cleanup-list-code 2014-05-19 20:52:25 +02:00
search.php make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api 2014-06-06 01:17:02 +02:00
server.php Do only follow HTTP and HTTPS redirects 2014-09-22 20:02:32 +02:00
serviceunavailableexception.php Throw an exception when we try to load an app that needs to be upgraded 2014-08-04 13:41:04 +02:00
setup.php Set overwritemailurl* configs on setup 2014-10-14 05:07:09 +02:00
subadmin.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
tagmanager.php reorganize file in lib 2013-09-30 16:39:03 +02:00
tags.php Use public api for getting l10n 2014-08-31 10:08:22 +02:00
template.php Do not show exception to the end-user 2014-09-17 13:17:52 +02:00
templatelayout.php Add CssImportFilter. More elegant fix for documents#348 2014-10-06 19:39:02 +03:00
updater.php Merge pull request #11119 from owncloud/removeOldUpgradeRoutines 2014-09-19 12:23:42 +02:00
urlgenerator.php Set overwritemailurl* configs on setup 2014-10-14 05:07:09 +02:00
user.php Move BasicAuth check to "isLoggedIn()" 2014-09-18 16:14:07 +02:00
util.php Merge pull request #11356 from owncloud/redirect-only-to-the-same-domain 2014-10-01 12:47:43 +02:00
vobject.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00