Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-29Add oc version to app store requests in stable8Joas Schilling
2015-05-27Add check for availability of /dev/urandomLukas Reschke
Backport of https://github.com/owncloud/core/pull/16565 to stable8
2015-04-02Correctly split and join group list with | instead of ,Joas Schilling
2015-03-23Remove hard dependency on cURL for 8.0Lukas Reschke
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.
2015-03-20show a better error message when trying to create a user that already existsRobin Appelman
2015-03-11Merge pull request #14632 from owncloud/backport/14593Morris Jobke
Backport/14593
2015-03-11display app update error messages - fixes #14611Thomas Müller
2015-03-05Fix totally broken AppStoreLukas Reschke
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
2015-03-02Add detection for invalid CLI configuration for settings pageLukas Reschke
This change will log all failures that prevent the CLI cronjob from happening to the database and display a warning to administrators when an error happened. To test: 1. Configure some invalid CLI php.ini settings 2. Enable the CLI cronjob and run php cron.php 3. See the errors printed and also in the admin page 4. Configure the CLI settings correctly 5. Errors should be gone. Fixes https://github.com/owncloud/core/issues/13994
2015-02-17Use APCu only if available in version 4.0.6 and higherLukas Reschke
APCu before 4.0.6 is unbelievable buggy and tend to segfault the PHP process (i.e. the whole webserver) This potentially fixes https://github.com/owncloud/core/issues/14175 Requires a backport to stable8
2015-02-16Return milliseconds instead of seconds for lastLogin - refs #14005Thomas Müller
2015-02-15Update tr.jsonVolkan Gezer
2015-02-15fix typoVolkan Gezer
2015-02-06[tx-robot] updated from transifexJenkins for ownCloud
2015-02-06[tx-robot] updated from transifexJenkins for ownCloud
2015-02-06Coherent use of "SQLite" in lines 119 and 124cmeh
Just a cosmetic detail, but very obvious when working on localisations.
2015-02-06[tx-robot] updated from transifexJenkins for ownCloud
2015-02-05Don't highly discourageThomas Müller
2015-02-05Merge pull request #13907 from owncloud/enhance-sqlite-warningBernhard Posselt
enhance sqlite warning on admin page as well as during setup
2015-02-05[tx-robot] updated from transifexJenkins for ownCloud
2015-02-04enhance sqlite warning on admin page as well as during setup - fixes #13906Thomas Müller
2015-02-04fix user loadingArthur Schiwon
2015-02-04[tx-robot] updated from transifexJenkins for ownCloud
2015-02-03[tx-robot] updated from transifexJenkins for ownCloud
2015-02-02Merge pull request #13790 from owncloud/fix-subadmin-groupThomas Müller
Fix subadmin listing of group
2015-02-02[tx-robot] updated from transifexJenkins for ownCloud
2015-02-01fix trusted domain localizationVolkan Gezer
2015-02-01[tx-robot] updated from transifexJenkins for ownCloud
2015-01-31[tx-robot] updated from transifexJenkins for ownCloud
2015-01-30Consistent variable namingLukas Reschke
2015-01-30Switch to a factory and add unit testsLukas Reschke
2015-01-30Add unit testsLukas Reschke
2015-01-30Fix subadmin listing of groupLukas Reschke
Without this patch filtering for the "_everyone" (empty) group did not work for subadmins. Fixes itself.
2015-01-30[tx-robot] updated from transifexJenkins for ownCloud
2015-01-29[tx-robot] updated from transifexJenkins for ownCloud
2015-01-28[tx-robot] updated from transifexJenkins for ownCloud
2015-01-30Check whether return is an error case before using itJoas Schilling
2015-01-27Merge pull request #13636 from ↵Lukas Reschke
owncloud/add-warning-if-restore-of-data-is-not-possible Add value if restore of data is possible for a user
2015-01-27Add value if restore of data is possible for a userMorris Jobke
* reason: nice to know before password change in user management * restore is possible: * encryption is disabled * encryption is enabled, admin and user has checked the restore option * if not possible: * highlight users row in red once the admin wants to change the password * show also a little tipsy
2015-01-27[tx-robot] updated from transifexJenkins for ownCloud
2015-01-26Merge pull request #13621 from owncloud/system-config-multisetThomas Müller
Add a method to set/unset multiple config values with one write
2015-01-25[tx-robot] updated from transifexJenkins for ownCloud
2015-01-24[tx-robot] updated from transifexJenkins for ownCloud
2015-01-23Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling
2015-01-22[tx-robot] updated from transifexJenkins for ownCloud
2015-01-21Merge pull request #13519 from Sugaroverdose/fix_#13500Thomas Müller
Do not clear fields until request return success in users admin page on user creation
2015-01-21Merge pull request #13559 from owncloud/increase-log-table-marginMorris Jobke
add margin to log table - fixes #13558
2015-01-21use title instead of nameMorris Jobke
2015-01-21add margin to log table - fixes #13558Morris Jobke
2015-01-21[tx-robot] updated from transifexJenkins for ownCloud