summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-0312-12/+12
|
* Merge pull request #11902 from unclejamal3000/masterMorris Jobke2014-11-021-1/+1
|\ | | | | Enhance question in DB migration script
| * Enhance question in DB migration scriptunclejamal30002014-11-021-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-0216-12/+16
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-0224-16/+32
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-0160-30/+108
|
* Merge pull request #11894 from owncloud/fix-unreachable-codeVincent Petry2014-10-311-4/+8
|\ | | | | fix odd behaviour
| * fix odd behaviourMorris Jobke2014-10-311-4/+8
|/
* test files external amazon s3 storage id migrationJörn Friedrich Dreyer2014-10-311-0/+117
|
* fix files_external storage id migrationJörn Friedrich Dreyer2014-10-311-3/+20
|
* Merge pull request #11888 from owncloud/add-code-climeateLukas Reschke2014-10-311-1/+3
|\ | | | | Add CodeClimate indicator
| * Add CodeClimate indicatorLukas Reschke2014-10-311-1/+3
|/
* Merge pull request #9044 from owncloud/add-missing-email-principalVincent Petry2014-10-311-0/+12
|\ | | | | adding missing email address for principal
| * adding missing email address for principallibasys2014-10-241-0/+12
| | | | | | | | | | * fix #8515 * add mail only if it exists
* | Merge pull request #11876 from owncloud/remove-pointless-requiresLukas Reschke2014-10-3133-128/+57
|\ \ | | | | | | remove unnecessary require calls - the ownCloud class loader is supposed...
| * | remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-3033-128/+57
| | | | | | | | | | | | take care of this
* | | Merge pull request #11539 from owncloud/mount-setup-onceVincent Petry2014-10-311-1/+6
|\ \ \ | | | | | | | | Only mount the storages for the user once
| * | | Reset the users setup after clearing mountsRobin Appelman2014-10-281-0/+1
| | | |
| * | | Only mount the storages for the user onceRobin Appelman2014-10-271-1/+5
| | | |
* | | | Merge pull request #11850 from owncloud/fix-11848Vincent Petry2014-10-312-14/+10
|\ \ \ \ | | | | | | | | | | on xp'ed mode and switching configurations: save raw mode instead of tog...
| * | | | on xp'ed mode and switching configurations: save raw mode instead of ↵Arthur Schiwon2014-10-292-14/+10
| | | | | | | | | | | | | | | | | | | | toggling filter mode in tabs since their status is unknown and dealt with by the Wizard. Fixes #11848
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-31158-858/+1000
| | | | |
* | | | | Merge pull request #11877 from owncloud/fix-11875-masterMorris Jobke2014-10-301-1/+1
|\ \ \ \ \ | | | | | | | | | | | | prevent PHP notice
| * | | | | prevent PHP noticeThomas Müller2014-10-301-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #11080 from owncloud/addheader-text-2Vincent Petry2014-10-306-39/+31
|\ \ \ \ \ | | | | | | | | | | | | Fix the addHeader tag attributes text methods to not ignore the text parameter
| * | | | | Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the ↵Lukas Reschke2014-10-286-39/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $text parameter Also support closing tags with no text content given Conflicts: lib/private/template.php
* | | | | | Merge pull request #11659 from jknockaert/masterVincent Petry2014-10-301-38/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | rework getFileSize
| * | | | | | initialisation of cipherjknockaert2014-10-281-1/+1
| | | | | | |
| * | | | | | small fixjknockaert2014-10-201-0/+1
| | | | | | |
| * | | | | | bugfixesjknockaert2014-10-201-5/+6
| | | | | | |
| * | | | | | ok; still some bugs that had to be fixedjknockaert2014-10-201-39/+35
| | | | | | |
| * | | | | | small fixjknockaert2014-10-191-1/+2
| | | | | | |
| * | | | | | rework getFileSizejknockaert2014-10-191-28/+45
| | | | | | |
* | | | | | | Merge pull request #11740 from owncloud/update-archive-tarThomas Müller2014-10-302-2/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update pear/archive_tar to 1.3.13
| * | | | | | | Update pear/archive_tar to 1.3.13Thomas Müller2014-10-302-2/+0
| | | | | | | |
* | | | | | | | Merge pull request #11867 from owncloud/settings-sidebar-adminJan-Christoph Borchardt2014-10-305-111/+169
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | introduce sidebar for admin page
| * | | | | | | | admin settings: fix LDAP settings header layoutJan-Christoph Borchardt2014-10-301-2/+3
| | | | | | | | |
| * | | | | | | | fix loading of more log entriesThomas Müller2014-10-304-37/+39
| | | | | | | | |
| * | | | | | | | fixing ldap listing in admin sidebar - needs styling reviewThomas Müller2014-10-301-2/+3
| | | | | | | | |
| * | | | | | | | introduce sidebar for admin pageThomas Müller2014-10-302-74/+128
| | | | | | | | |
* | | | | | | | | Merge pull request #11864 from owncloud/clear-session-after-logoutLukas Reschke2014-10-301-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Clear session after logout
| * | | | | | | | Clear session after logoutLukas Reschke2014-10-301-0/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/8420
* | | | | | | | Merge pull request #11858 from owncloud/fix-11064Morris Jobke2014-10-302-2/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Allow any outgoing XHR connections
| * | | | | | | Allow any outgoing XHR connectionsLukas Reschke2014-10-302-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quickfix for https://github.com/owncloud/core/issues/11064
* | | | | | | | Merge pull request #11860 from owncloud/fix-stupid-error-because-im-a-moroThomas Müller2014-10-301-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix stupid copy paste fail
| * | | | | | | | Fix stupid copy paste failLukas Reschke2014-10-301-1/+1
| | |/ / / / / / | |/| | | | | | | | | | | | | | ...
* | | | | | | | Merge pull request #11821 from owncloud/generic-responseMorris Jobke2014-10-308-29/+292
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a generic data response
| * | | | | | | | add dataresponseBernhard Posselt2014-10-298-29/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix docstrings adjust copyright date another copyright date update another header update implement third headers argument, fix indention, fix docstrings fix docstrings
* | | | | | | | | Merge pull request #11863 from owncloud/fix-enc-sharingtestsMorris Jobke2014-10-301-1/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Properly register sharing hooks and proxies
| * | | | | | | | | Properly register sharing hooks and proxiesVincent Petry2014-10-301-1/+7
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will fix failing tests when shares weren't cleant up on delete due to missing hooks. Added login for user1 in setUp().