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
path: root/apps
AgeCommit message (Collapse)Author
2016-08-30Merge pull request #1190 from ↵Morris Jobke
nextcloud/addressbook-correctly-handle-multi-values Correctly handle multi-values when converting VCards to array
2016-08-30Add a unit test for all the magicJoas Schilling
2016-08-30Correctly handle multi-values when converting VCards to arrayJoas Schilling
2016-08-30Merge pull request #1138 from nextcloud/expiry-as-occ-commandRoeland Jago Douma
Add occ command to expire the trashbin (#25878)
2016-08-30Merge pull request #1178 from nextcloud/theming-spinner-animationJoas Schilling
Theming: Show loading spinner while uploading files
2016-08-30Merge pull request #988 from nextcloud/ocs_federationMorris Jobke
Move OCSAuthAPI to AppFramework
2016-08-30Merge pull request #974 from nextcloud/move_ocs_routes_to_fedfilesharingMorris Jobke
Move federated sharing routes to the federatedfilesharing app
2016-08-30Theming: Show loading spinner while uploading filesJulius Haertl
2016-08-30Merge pull request #1132 from ↵blizzz
nextcloud/prevent-parse-error-on-editing-an-html-comment Prevent parse error on editing an HTML comment
2016-08-29Merge pull request #1170 from nextcloud/theming-fix-primary-buttonLukas Reschke
Theming: fix primary button for bright colors
2016-08-29Merge pull request #1130 from nextcloud/shared-upload-quotaRoeland Jago Douma
[uc] Fix uploading to shared folder with quota
2016-08-29Merge pull request #1147 from nextcloud/files-hidden-files-summaryRoeland Jago Douma
Display number of hidden files in files summary (#25870)
2016-08-29Merge pull request #1146 from nextcloud/init-filesconfigRoeland Jago Douma
Make sure file list files config always exists
2016-08-29Merge pull request #1148 from ↵Roeland Jago Douma
nextcloud/files-scan-reconnect-database-before-each-user-master Before a user is getting scanned the database connection is re-establ…
2016-08-29Merge pull request #1145 from nextcloud/upstream-25794Roeland Jago Douma
DAV: Return data-fingerprint always when asked
2016-08-29Theming: fix primary button for bright colorsJulius Haertl
2016-08-29Merge pull request #1117 from iamfool/masterLukas Reschke
Update Admin.php
2016-08-29Before a user is getting scanned the database connection is re-establishedThomas Müller
2016-08-29Display number of hidden files in files summary (#25870)Vincent Petry
When dot files are hidden, the table summary and selection summary will not show how many hidden files were included.
2016-08-29Make sure file list files config always existsVincent Petry
Initialize files config with defaults in case none was passed
2016-08-29[master] DAV: Return data-fingerprint always when asked (#25482)Markus Goetz
For owncloud/client#5056 Users can configure arbitrary subfolders for syncing, therefore we should always return it when asked for. The sync client makes sure to not always ask for it to save bandwidth.
2016-08-29Add occ command to expire the trashbin (#25878)Thomas Müller
* Add occ command to expire the trashbin * Fix versions folder in setup check
2016-08-29Prevent parse error on editing an HTML commentJoas Schilling
2016-08-29A shared storage is never a home storage - fixes #25582Thomas Müller
2016-08-29Update AdminTest.phpiamfool
2016-08-29Update Admin.phpiamfool
2016-08-28Move federated sharing routes to the federatedfilesharingappRoeland Jago Douma
* Move routes to app * Move routes over to the AppFramework * Fix tests There is plenty of stuff to fix properly here. But out of scope for now.
2016-08-28Merge pull request #976 from nextcloud/downstream-25702Lukas Reschke
Hide the LDAP password in the client side
2016-08-28Use function parametersRoeland Jago Douma
2016-08-28Move OCSAuthAPI to AppFrameworkRoeland Jago Douma
* Convert class * Convert routes * Convert tests
2016-08-28Merge pull request #1103 from nextcloud/improve-theming-performanceJan-Christoph Borchardt
Increase theming performance
2016-08-27Merge pull request #1054 from nextcloud/less-cache-hitsLukas Reschke
Reduce the number of cache operations for dav operations
2016-08-27Use temporary file as cacheLukas Reschke
2016-08-27Increase theming performanceLukas Reschke
1. Set proper caching headers (`Pragma: cache`) 2. Resize image proportionally to a max size of 1920px 3. Store images with progressive mode This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly.
2016-08-26Theming: Preview for page titleJulius Haertl
2016-08-26Merge pull request #1031 from nextcloud/2fa-infinite-redirect-loopJoas Schilling
prevent infinite redirect loops if the there is no 2fa provider to pass
2016-08-26Merge pull request #1085 from nextcloud/fix-ffs-sharing-syntaxRoeland Jago Douma
Fix the syntax of the federation ID share buttons
2016-08-26Merge pull request #771 from nextcloud/theming-fixesRoeland Jago Douma
Theming: Fix missing color usage
2016-08-26Merge pull request #1077 from nextcloud/sharee_ocs_appframeworkLukas Reschke
Sharee API to AppFramework
2016-08-26Reorder the buttons by importanceJoas Schilling
2016-08-26FIx the syntax of the buttonsJoas Schilling
2016-08-26Make federadedfilesharing button match the theming valuesJulius Haertl
2016-08-26Theming: Hide undo button on default valuesJulius Haertl
2016-08-26Theming: Add preview for login screenJulius Haertl
2016-08-26Theming: Adjust jquery ui elementsJulius Haertl
2016-08-26Theming: colorize primary buttonsJulius Haertl
2016-08-26Theming: fix federated sharing button colorJulius Haertl
2016-08-26Merge pull request #1026 from nextcloud/theming-extend-defaultsRoeland Jago Douma
Theming: Add logo and background to ThemingDefaults
2016-08-26Sharee API to AppFrameworkRoeland Jago Douma
* Move to OCSController * Move to Controller folder * Use automatic DI * Use function parameters * Updated tests
2016-08-25reuse the userfolder's fileinfo when possible during dav setupRobin Appelman