| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Backport of https://github.com/owncloud/core/pull/16565 to stable8
|
|
|
|
|
|
| |
This removes the recently introduced hard dependency on cURL for 8.0, for 8.1 it will still stay there.
Instead a warning will now be shown to the user asking to install the PHP cURL extension within the administrative interface of ownCloud.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As it turned out the AppStore code was completely broken when it came from apps delivered from the appstore, this meant:
1. You could not disable and then re-enable an application that was installed from the AppStore. It simply failed hard.
2. You could not disable apps from the categories but only from the "Activated" page
3. It did not show the activation state from any category page
This code is completely static and thus testing it is impossible. We really have to stop with "let's add yet another feature in already existing static code". Such stuff has to get refactored first.
That said, this code works from what I can say when clicking around in the AppStore page GUI. However, it may easily be that it does not work with updates or whatsever as I have no chance to test that since the AppStore code is not open-source and it is impossible to write unit-tests for that.
Fixes https://github.com/owncloud/core/issues/14711
|
|
|
|
| |
for encryption key introduced with OC8
|
|
|
|
|
|
|
|
|
|
| |
Otherwise every time the AppStore was opened a lot of connections to the AppStore server were made which resulted in a terrible performance.
This changeset will cache the response for a sensible time so that only the first request will be somewhat slow.
Performance changes:
- Loading a category took previously more than 3 seconds on my machine. Now for every follow-up request it takes less than 200ms, resulting in a performance gain of 1950%
- Loading the category list took previously about 750ms - now it takes 154ms, a total performance gain of 395%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add logSettingsController
add download logfile button
move getEntries to LogSettingsController
move set log level to logsettingscontroller.php
add warning if logfile is bigger than 100MB
add unit test for set log level
fix typecasting, add new line at EoF
show log and logfile download only if log_type is set to owncloud
add unit test for getFilenameForDownload
|
|
|
|
|
|
|
|
|
|
|
| |
* introduced new route settings/users/{id}/mailAddress
* kept old responses
* better error messages
* dropped lostpassword.php from settings/ajax
* cleaned up the UserList.add() and hand in user object instead of
each attribute as another parameter
* check for change permission of mail address
* proper response messages
|
|\
| |
| | |
Use UID instead of login name
|
| |
| |
| |
| | |
Login name can be something different and thus I'm pretty sure this will break in combination with external auth providers such as LDAP.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* files_encryption
* files_versions
* files_trashbin
* tests
* status.php
* core
* server container
|
| |
| |
| |
| | |
First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
|
|/
|
|
| |
Fixes https://github.com/owncloud/core/issues/12650
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add switch to enforce SSL for subdomains
Add unit tests
Add test for boolean values
Camel-case
Fix ugly JS
|
|
|
|
| |
Let's migrate those two new files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Added setup checks in JavaScript
- Moved isWebDAVWorking to JS using SetupChecks
- Moved internet connection checks to an ajax call that goes through the
server
|
|
|
|
| |
The ajax call is now using ajax/appconfig.php instead
|
|\
| |
| | |
Using countUsers method to return true count of users
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Make external shares work with imported self signed certificates
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
|/ |
|
|
|
|
| |
Use DI
|
|
|
|
|
|
| |
Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain.
By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement.
|
|\
| |
| | |
Don't do app upgrades in the background
|
| | |
|
|/ |
|
|\
| |
| | |
Correctly use groups parameter only when its not empty
|
| |
| |
| |
| | |
Fix #9745
|
| | |
|
|/
|
|
| |
Fix #9748
|
|
|
|
|
|
|
|
|
|
| |
do not filter groups. but update the user count according to the filter
improve phpdoc
improve metadata runtime cache
add metadata tests
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
Conflicts:
lib/private/app.php
settings/templates/apps.php
|
| |\
| | |
| | | |
Add the option to enable apps only for specific groups
|
| | | |
|
| | |
| | |
| | |
| | | |
for oc8.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
ajax request
|
| | | |
|
| | | |
|
| | | |
|